Skip to content

Commit 918f8d7

Browse files
committed
tests: remove duplicate NativeFiatToken blocklist case
1 parent d0b8a87 commit 918f8d7

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

tests/localdev/NativeFiatToken.test.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -919,17 +919,6 @@ describe('NativeFiatToken', () => {
919919
await USDC.attach(operator).write.unBlacklist([predictedAddress]).then(ReceiptVerifier.waitSuccess)
920920
})
921921

922-
it('execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred', async () => {
923-
const { client, operator, sender } = await clients()
924-
925-
// Calculate the address that will be created
926-
const nonce = await client.getTransactionCount({ address: sender.account.address })
927-
const predictedAddress = getCreateAddress({ from: sender.account.address, nonce: BigInt(nonce) })
928-
929-
// Blocklist the predicted contract address
930-
await USDC.attach(operator).write.blacklist([predictedAddress]).then(ReceiptVerifier.waitSuccess)
931-
})
932-
933922
it('execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred', async () => {
934923
const { client, operator, sender } = await clients()
935924

0 commit comments

Comments
 (0)