Skip to content

Commit

Permalink
Merge pull request #3499 from jorgemmsilva/remove-stub-test
Browse files Browse the repository at this point in the history
chore: remove stub test
  • Loading branch information
jorgemmsilva committed Sep 2, 2024
2 parents e9cec15 + 51740ff commit 9076460
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/vm/core/evm/evmtest/evm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -855,9 +855,6 @@ func TestSendTimelock(t *testing.T) {
require.EqualValues(t, senderInitialBalance-valueInBaseTokens-res.ISCReceipt.GasFeeCharged, env.Chain.L2BaseTokens(isc.NewEthereumAddressAgentID(env.Chain.ChainID, senderEthAddress)))
}

func TestFooBar(t *testing.T) {
}

func TestSendBaseTokens(t *testing.T) {
env := InitEVM(t, true)

Expand Down

0 comments on commit 9076460

Please sign in to comment.