Skip to content

Commit

Permalink
test: Update TestSetFractionalBalance_InvalidAddr to use updated NewM…
Browse files Browse the repository at this point in the history
…ockedTestData
  • Loading branch information
drklee3 committed May 21, 2024
1 parent d5a2ebe commit 18452ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/precisebank/keeper/fractional_balance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestSetGetFractionalBalance(t *testing.T) {
}

func TestSetFractionalBalance_InvalidAddr(t *testing.T) {
tk := NewTestKeeper()
tk := NewMockedTestData(t)
ctx, k := tk.ctx, tk.keeper

require.PanicsWithError(
Expand Down

0 comments on commit 18452ee

Please sign in to comment.