Skip to content

Commit

Permalink
Renames test to TestGasUsageOfHostiosThatDontHaveGoodEVMEquivalents
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Nov 4, 2024
1 parent 5b14bc1 commit 701f04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/program_gas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/offchainlabs/nitro/util/testhelpers"
)

func TestHostioWithoutEVMEquivalentCosts(t *testing.T) {
func TestGasUsageOfHostiosThatDontHaveGoodEVMEquivalents(t *testing.T) {
builder := setupGasCostTest(t)
auth := builder.L2Info.GetDefaultTransactOpts("Owner", builder.ctx)
stylusProgram := deployWasm(t, builder.ctx, auth, builder.L2.Client, rustFile("hostio-test"))
Expand Down

0 comments on commit 701f04d

Please sign in to comment.