From 42f0d87bf460acebf0152dbc4a03feee870f6106 Mon Sep 17 00:00:00 2001 From: Andy Arthur Date: Thu, 11 Aug 2022 09:56:16 -0700 Subject: [PATCH] cleanup lingering reference to __DOLT_1__ --- go/libraries/doltcore/schema/schema_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/libraries/doltcore/schema/schema_test.go b/go/libraries/doltcore/schema/schema_test.go index aa1b8de81b..bc0e96be15 100644 --- a/go/libraries/doltcore/schema/schema_test.go +++ b/go/libraries/doltcore/schema/schema_test.go @@ -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)",