Skip to content

Commit

Permalink
test: fix wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Sep 25, 2024
1 parent dacf9e8 commit 334e789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appconsts/versioned_consts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func TestVersionedConsts(t *testing.T) {
name: "MaxTxBytes v3",
version: v3.Version,
expectedConstant: v3.MaxTxBytes,
got: appconsts.GasPerBlobByte(v3.Version),
got: appconsts.TxMaxBytes(v3.Version),
},
}

Expand Down

0 comments on commit 334e789

Please sign in to comment.