Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Dec 20, 2021
1 parent ee6bb4b commit 60f40f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/profiles/types/models_chain_links_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ func TestHexAddress_Validate(t *testing.T) {
shouldErr bool
}{
{
name: "empty address returns error",
address: types.NewHexAddress("", ""),
name: "empty and blank address returns error",
address: types.NewHexAddress(" ", ""),
shouldErr: true,
},
{
Expand Down

0 comments on commit 60f40f5

Please sign in to comment.