Skip to content

Commit 0fd3a85

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 0efbf03 commit 0fd3a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ func TestLoggerFieldsSetup(t *testing.T) {
19531953
// Verify that the logger has the expected fields
19541954
require.Contains(t, logger.Data, sql.ConnectTimeLogKey, "Logger should contain connect time")
19551955
require.Contains(t, logger.Data, sql.ConnectionIdLogField, "Logger should contain connection ID")
1956-
1956+
19571957
// Verify that the QueryTimeLogKey constant exists
19581958
require.NotEmpty(t, sql.QueryTimeLogKey, "QueryTimeLogKey constant should be defined")
19591959

0 commit comments

Comments
 (0)