Skip to content

Commit

Permalink
Update schema merge test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktobey committed Nov 14, 2023
1 parent e53978d commit 1b902e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1285,9 +1285,9 @@ var SchemaChangeTestsTypeChanges = []MergeScriptTest{
{
Query: "select * from t order by pk;",
Expected: []sql.Row{
{1, "123"},
{2, "12345678901234567890"},
{3, "321"},
{1, "123", 40},
{2, "12345678901234567890", 20},
{3, "321", 30},
},
},
},
Expand Down

0 comments on commit 1b902e8

Please sign in to comment.