Skip to content

Commit b416d6d

Browse files
authored
appease linter
1 parent 596e87d commit b416d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/sql/types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func TestConvertArgVarbinaryBytesWithInvalidUTF8Bytes(t *testing.T) {
133133
result := col.convertArg(rawBytes)
134134

135135
require.IsType(t, []byte{}, result)
136-
require.Equal(t, []byte(rawBytes), result.([]byte))
136+
require.Equal(t, rawBytes, result.([]byte))
137137
}
138138

139139
func TestConvertArgBinaryColumnNoPaddingWhenFull(t *testing.T) {

0 commit comments

Comments
 (0)