Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix golangci-lint issue in unit test
  • Loading branch information
obaltian committed Aug 13, 2025
commit 06d99b4a6b1f3f1287f40c7adb2e7abfbc71bd63
2 changes: 1 addition & 1 deletion internal/gooseutil/sql_logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestFormatSQLResultInfo(t *testing.T) {

// Nothing supported
got := FormatSQLResultInfo(nothingSupportedRes)
require.Equal(t, "", got)
require.Empty(t, got)

// Both supported
got = FormatSQLResultInfo(bothSupportedRes)
Expand Down