Skip to content

Commit ed17a22

Browse files
authored
tests: remove duplicate NativeFiatToken blocklist case (#44)
## Summary - remove the duplicate `NativeFiatToken` blocklist test case - keep the complete version of the test and drop the incomplete stub with no assertions or cleanup ## Verification - confirmed the duplicate test title appears only once in `tests/localdev/NativeFiatToken.test.ts` - ran `git diff --check` ## Context This restores the change from #38, which was unexpectedly auto-closed after the target branch was updated.
2 parents 30e3e90 + aea4634 commit ed17a22

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

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

0 commit comments

Comments
 (0)