Skip to content

Commit

Permalink
Another attempt to isolate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 22, 2024
1 parent 847bcda commit 0a8d8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CoreTests/MartenServiceCollectionExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public async Task apply_changes_on_startup()
opts.ApplyChangesLockId += 18;

opts.Connection(ConnectionSource.ConnectionString);
opts.DatabaseSchemaName = "apply_changes";
opts.RegisterDocumentType<User>();
})

Expand Down

0 comments on commit 0a8d8a3

Please sign in to comment.