diff --git a/src/CoreTests/using_multiple_document_stores_in_same_host.cs b/src/CoreTests/using_multiple_document_stores_in_same_host.cs index df3bce0bd8..6ddba43329 100644 --- a/src/CoreTests/using_multiple_document_stores_in_same_host.cs +++ b/src/CoreTests/using_multiple_document_stores_in_same_host.cs @@ -372,6 +372,7 @@ public async Task apply_changes_on_startup() { opts.Connection(ConnectionSource.ConnectionString); opts.RegisterDocumentType(); + opts.DatabaseSchemaName = "first_store"; }) .ApplyAllDatabaseChangesOnStartup(); });