cleanup lingering reference to __DOLT_1__

This commit is contained in:
Andy Arthur
2022-08-11 09:56:16 -07:00
parent 2a1482385e
commit 42f0d87bf4
+1 -1
View File
@@ -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)",