Skip to content

Commit aea4634

Browse files
committed
tests: remove duplicate NativeFiatToken blocklist case
1 parent d92c021 commit aea4634

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
@@ -927,17 +927,6 @@ describe('NativeFiatToken', () => {
927927
await USDC.attach(operator).write.unBlacklist([predictedAddress]).then(ReceiptVerifier.waitSuccess)
928928
})
929929

930-
it('execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred', async () => {
931-
const { client, operator, sender } = await clients()
932-
933-
// Calculate the address that will be created
934-
const nonce = await client.getTransactionCount({ address: sender.account.address })
935-
const predictedAddress = getCreateAddress({ from: sender.account.address, nonce: BigInt(nonce) })
936-
937-
// Blocklist the predicted contract address
938-
await USDC.attach(operator).write.blacklist([predictedAddress]).then(ReceiptVerifier.waitSuccess)
939-
})
940-
941930
it('execution frames blocklist: CREATE from EOA succeeds when created address is blocklisted and no value is transferred', async () => {
942931
const { client, operator, sender } = await clients()
943932

0 commit comments

Comments
 (0)