From 74f92f081955358a99cfac851d7d4af2010feb51 Mon Sep 17 00:00:00 2001 From: James He Date: Wed, 11 May 2022 13:05:30 -0500 Subject: [PATCH] ugh another fix to unit test --- validator/node/node_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/node/node_test.go b/validator/node/node_test.go index 6668672709b9..5c7b048c5f9d 100644 --- a/validator/node/node_test.go +++ b/validator/node/node_test.go @@ -355,7 +355,7 @@ func TestFeeRecipientConfig(t *testing.T) { } }, wantErr: "", - wantLog: "is not a valid checksum address", + wantLog: "is not a checksum Ethereum address", }, { name: "Happy Path Config file File multiple fee recipients",