mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-15 19:31:03 -05:00
Fixed test error
This commit is contained in:
@@ -316,7 +316,7 @@ var BasicInsertTests = []InsertTest{
|
||||
SelectQuery: "select id, first_name, last_name, is_married, age, rating from people where id = 7 ORDER BY id",
|
||||
ExpectedRows: ToSqlRows(
|
||||
CompressSchema(SubsetSchema(PeopleTestSchema, "id", "first_name", "last_name", "is_married", "age", "rating")),
|
||||
NewResultSetRow(types.Int(7), types.String("Maggie"), types.String("Simpson"), types.Int(0), types.Int(1), types.Float(5.1)),
|
||||
NewResultSetRow(types.Int(7), types.String("Maggie"), types.String("Simpson"), types.Int(1), types.Int(1), types.Float(5.1)),
|
||||
),
|
||||
ExpectedSchema: CompressSchema(SubsetSchema(PeopleTestSchema, "id", "first_name", "last_name", "is_married", "age", "rating")),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user