Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Sep 19, 2024
1 parent 7ecca5c commit f1693ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cadence/tests/flow_evm_bridge_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ fun setup() {
arguments: []
)
Test.expect(err, Test.beNil())
// Initialize EVMBlocklist resource in account storage
let initBlocklistResult = executeTransaction(
"../transactions/bridge/admin/blocklist/init_blocklist.cdc",
[],
bridgeAccount
)
Test.expect(initBlocklistResult, Test.beSucceeded())

// Deploy registry
let registryDeploymentResult = executeTransaction(
Expand Down

0 comments on commit f1693ef

Please sign in to comment.