Skip to content

Commit

Permalink
Trying to better isolate a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 22, 2024
1 parent 56425ce commit 5117ee9
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 @@ -186,6 +186,7 @@ public async Task assert_configuration_on_startup()
{
opts.Connection(ConnectionSource.ConnectionString);
opts.RegisterDocumentType<User>();
opts.DatabaseSchemaName = "startup";
})
.AssertDatabaseMatchesConfigurationOnStartup();
});
Expand Down

0 comments on commit 5117ee9

Please sign in to comment.