We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62ccdc commit 3860ccaCopy full SHA for 3860cca
go/libraries/doltcore/migrate/integration_test.go
@@ -253,5 +253,5 @@ func initTestMigrationDB(ctx context.Context) (*doltdb.DoltDB, error) {
253
if err != nil {
254
return nil, err
255
}
256
- return doltdb.DoltDBFromCS(cs), nil
+ return doltdb.DoltDBFromCS(cs, ""), nil
257
0 commit comments