Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
likhita-809 committed Jul 12, 2023
1 parent ce25243 commit 715bc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/circuit/keeper/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestQueryAccount(t *testing.T) {
})

// test invalid address
res, err = qs.Account(f.ctx, &types.QueryAccountRequest{Address: "invalidAddr"})
res, err = qs.Account(f.ctx, &types.QueryAccountRequest{Address: "invalid"})
require.Error(t, err)
require.ErrorContains(t, err, "invalid bech32 string")
require.Nil(t, res)
Expand Down

0 comments on commit 715bc04

Please sign in to comment.