Skip to content

Commit

Permalink
signer has enough funds, should pass with tip
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Sep 7, 2024
1 parent 0225d4b commit 4da3b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/feemarket/post/fee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ func TestPostHandle(t *testing.T) {
Simulate: false,
ExpPass: true,
ExpErr: nil,
ExpectConsumedGas: 36650,
ExpectConsumedGas: 36650 + 18,
Mock: false,
},
{
Expand Down

0 comments on commit 4da3b75

Please sign in to comment.