From 60f40f5ed5445e0395cd1bdee1ff6b5697f29aa0 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 20 Dec 2021 16:27:54 +0800 Subject: [PATCH] Apply suggestions --- x/profiles/types/models_chain_links_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/profiles/types/models_chain_links_test.go b/x/profiles/types/models_chain_links_test.go index c532077c0f..e697189695 100644 --- a/x/profiles/types/models_chain_links_test.go +++ b/x/profiles/types/models_chain_links_test.go @@ -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, }, {