Skip to content

Commit

Permalink
test: or-2334 fix test Given_A_NonExisting_Aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Dec 18, 2024
1 parent 199fa19 commit f33f381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public Given_A_NonExisting_Aggregate()
[Fact]
public async Task Then_it_Throws_Exception()
{
var documentStore = await TestDocumentStoreFactory.Create(nameof(Given_An_Existing_Aggregate));
var documentStore = await TestDocumentStoreFactory.Create(nameof(Given_A_NonExisting_Aggregate));

await using var session = documentStore.LightweightSession();
var eventStore = new EventStore(documentStore, _conflictResolver, NullLogger<EventStore>.Instance);
Expand Down

0 comments on commit f33f381

Please sign in to comment.