Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
allboxes committed Oct 19, 2022
1 parent bfed807 commit b36cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ func TestFloatEthTo256Wei(t *testing.T) {
err = referenceWeiU256.FromBig(r)
require.NoError(t, err)

require.Equal(t, *refernceWeiU256, *weiU256)
require.Equal(t, *referenceWeiU256, *weiU256)
}

0 comments on commit b36cefd

Please sign in to comment.