mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 21:59:01 -05:00
Merge pull request #4060 from dolthub/andy/cleanup-alpha-format
[no-release-notes] 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