Skip to content

Commit

Permalink
remove unused test lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Dec 18, 2024
1 parent 769a6a1 commit 215b6e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions cadence/tests/flow_evm_bridge_handler_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -732,11 +732,7 @@ fun testBridgeHandledCadenceNativeTokenAfterDisablingFails() {
Test.expect(disabledResult, Test.beSucceeded())

let aliceCOAAddressHex = getCOAAddressHex(atFlowAddress: alice.address)

// Execute bridge from EVM, bridging Alice's full balance to Cadence
let evmBalance = balanceOf(evmAddressHex: aliceCOAAddressHex, erc20AddressHex: erc20AddressHex)
let ufixEVMbalance = uint256ToUFix64(evmBalance, decimals: defaultDecimals)
log("ufixEVMbalance: ".concat(ufixEVMbalance.toString()))
bridgeTokensFromEVM(
signer: alice,
vaultIdentifier: buildTypeIdentifier(
Expand Down
1 change: 0 additions & 1 deletion cadence/tests/flow_evm_wflow_handler_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ fun testBridgeWFLOWToCadenceAfterDisablingFails() {

let cadenceBalance = getBalance(ownerAddr: alice.address, storagePathIdentifier: "flowTokenVault")
?? panic("Problem getting FlowToken balance")
log("cadenceBalance:" .concat(cadenceBalance.toString()))

bridgeTokensToEVM(
signer: alice,
Expand Down

0 comments on commit 215b6e1

Please sign in to comment.