Skip to content

Commit 16be347

Browse files
committed
fix test
1 parent 82ed525 commit 16be347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9385,8 +9385,8 @@ where
93859385
Skip: true,
93869386
Query: "select i, s + 0, s from tt;",
93879387
Expected: []sql.Row{
9388-
{0, float64(0), "something,"},
9389-
{1, float64(1), "something,"},
9388+
{0, float64(3), "something,"},
9389+
{1, float64(3), "something,"},
93909390
{2, float64(2), ""},
93919391
},
93929392
},

0 commit comments

Comments
 (0)