Skip to content

Commit

Permalink
Fix test case error
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter committed Apr 30, 2024
1 parent b03bd48 commit 51f0440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cadence/tests/flow_evm_bridge_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@ fun testOnboardAndBridgeNFTToEVMSucceeds() {
contractAddr: exampleNFTAccount.address,
contractName: "ExampleNFT",
nftID: aliceID,
bridgeAccountAddr: bridgeAccount.address
bridgeAccountAddr: bridgeAccount.address,
beFailed: false
)

requiresOnboarding = typeRequiresOnboardingByIdentifier(exampleNFTIdentifier)
Expand Down

0 comments on commit 51f0440

Please sign in to comment.