Skip to content

Commit

Permalink
chore: remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 12, 2023
1 parent 5f2e956 commit e3c4e7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/quorum_sign_data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ func TestVoteExtensionsRawSignDataRawVector(t *testing.T) {
expected = append(expected, tmbytes.Reverse(crypto.Checksum(requestID))...)
expected = append(expected, tmbytes.Reverse(crypto.Checksum(extension))...)

fmt.Printf("Expected: %v \n", expected)

expected = crypto.Checksum(crypto.Checksum(expected))

t.Logf("sign bytes: %x", actual)
assert.EqualValues(t, expected, actual)
}
Expand Down

0 comments on commit e3c4e7e

Please sign in to comment.