Merge pull request #4060 from dolthub/andy/cleanup-alpha-format

[no-release-notes] cleanup lingering reference to __DOLT_1__
This commit is contained in:
AndyA
2022-08-11 12:31:14 -07:00
committed by GitHub
+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)",