Skip to content

Commit 210a23c

Browse files
committed
fix syntax error in test
1 parent ea5c4e5 commit 210a23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/time_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var TimeQueryTests = []ScriptTest{
5454
Expected: []sql.Row{{time.Date(2025, time.July, 23, 6, 43, 21, 0, time.UTC)}},
5555
},
5656
{
57-
Query: "set time_zone='invalid time zone",
57+
Query: "set time_zone='invalid time zone'",
5858
ExpectedErr: sql.ErrInvalidTimeZone,
5959
},
6060
},

0 commit comments

Comments
 (0)