Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmaashish13 committed Jan 2, 2023
1 parent 49caa52 commit fab79d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion array_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func TestUint8Array(t *testing.T) {
if !val.IsUint8Array() {
t.Errorf("Expected uint8 array return value")
}
fmt.Printf("Reversed array: %v\n", val.Uint8Array())
arr := val.Uint8Array()
if len(arr) != 10 {
t.Errorf("Got wrong array length %d, expected 10", len(arr))
Expand Down

0 comments on commit fab79d7

Please sign in to comment.