mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-07 19:30:22 -05:00
cleanup lingering reference to __DOLT_1__
This commit is contained in:
@@ -299,7 +299,7 @@ func TestArePrimaryKeySetsDiffableTypeChanges(t *testing.T) {
|
||||
To: MustSchemaFromCols(NewColCollection(
|
||||
NewColumn("pk", 0, types.StringKind, true))),
|
||||
Diffable: false,
|
||||
Format: types.Format_DOLT_1,
|
||||
Format: types.Format_DOLT,
|
||||
},
|
||||
{
|
||||
Name: "Int -> String (Old Format)",
|
||||
|
||||
Reference in New Issue
Block a user