Skip to content

Commit

Permalink
Fix hex unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Jan 3, 2023
1 parent 41c95a9 commit ff3e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/encoders/hex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestHex(t *testing.T) {
}

// Interoperability
if bytes.Equal(output, output2) {
if !bytes.Equal(output, output2) {
t.Errorf("implant encoder does not match server-side encoder %s", err)
}

Expand Down

0 comments on commit ff3e370

Please sign in to comment.