Skip to content

Commit 07fb3c5

Browse files
elianddbclaude
andcommitted
Rename TestStringSQL to TestBinaryDataSQLFormatting for clarity
Improved test function name to be more descriptive about what is being tested. The test verifies binary data is properly formatted when using SQL() method. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1694982 commit 07fb3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/strings_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ func TestStringConvert(t *testing.T) {
379379
}
380380
}
381381

382-
func TestStringSQL(t *testing.T) {
382+
func TestBinaryDataSQLFormatting(t *testing.T) {
383383
ctx := sql.NewEmptyContext()
384384
tests := []struct {
385385
name string

0 commit comments

Comments
 (0)