Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Apr 4, 2023
1 parent ff2fc7b commit ed4ad06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/wasm/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ func TestHandleExecute(t *testing.T) {
assert.Equal(t, deposit.Add(topUp...), balance)

// ensure contract has updated balance

contractAcct = data.acctKeeper.GetAccount(data.ctx, contractAddr)
require.NotNil(t, contractAcct)
assert.Equal(t, sdk.Coins{}, data.bankKeeper.GetAllBalances(data.ctx, contractAcct.GetAddress()))
Expand Down

0 comments on commit ed4ad06

Please sign in to comment.