Skip to content

Commit

Permalink
update test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Mar 21, 2024
1 parent db6f166 commit 74f8b94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cadence/tests/flow_evm_bridge_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,15 @@ fun setup() {
serviceAccount
)
Test.expect(updateResult, Test.beSucceeded())
// TODO: Remove once issue is address - added here for validation
Test.assertEqual(true, getAccount(serviceAccount.address).contracts.names.contains("EVMBridgeRouter"))
// This also fails with I.Test.Test.Error(message: "could not find an account with address: 0000000000000001")
// err = Test.deployContract(
// name: "EVMBridgeRouter",
// path: "../contracts/bridge/EVMBridgeRouter.cdc",
// arguments: []
// )
// Test.expect(err, Test.beNil())
// Transfer ERC721 deployer some $FLOW
let fundERC721AccountResult = executeTransaction(
Expand Down

0 comments on commit 74f8b94

Please sign in to comment.