Skip to content

Commit

Permalink
ugh another fix to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm committed May 11, 2022
1 parent 3a2b1c0 commit 74f92f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 74f92f0

Please sign in to comment.