Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Dec 13, 2022
1 parent bdf4419 commit d88aec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/submodule/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ func TestConfigSet(t *testing.T) {
// bad address
jsonBlobBadAddr := "f4cqnyc0muxjajygqavu645m8ja04vckk2kcorrupt"
err = cfgAPI.Set("walletModule.defaultAddress", jsonBlobBadAddr)
assert.EqualError(t, err, address.ErrUnknownProtocol.Error())
assert.EqualError(t, err, address.ErrInvalidPayload.Error())
})
}

0 comments on commit d88aec5

Please sign in to comment.