Skip to content

Commit

Permalink
Fixed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
seborama committed Nov 28, 2018
1 parent 2bbe124 commit 3a376b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuple2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestTuple2_Equal(t *testing.T) {
want: true,
},
{
name: "Should equal with E2 nil",
name: "Should NOT equal with E2 nil",
fields: fields{
E1: EntryString("hi"),
E2: nil,
Expand Down

0 comments on commit 3a376b1

Please sign in to comment.