Skip to content

Commit

Permalink
Can not delete what is not there ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdtsieck authored and jeremydmiller committed Nov 7, 2024
1 parent 0db4f02 commit 5511915
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Marten.Testing/hiearchy_projection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public async Task try_to_use_hierarchical_with_live()
opts.Logger(new TestOutputMartenLogger(_output));
});

await store.Advanced.Clean.DeleteDocumentsByTypeAsync(typeof(Thing));

using var session = store.LightweightSession();
var id1 = session.Events.StartStream<Thing>(new ThingStarted("small"), new ThingFed()).Id;
var id2 = session.Events.StartStream<Thing>(new ThingStarted("big"), new ThingFed()).Id;
Expand Down

0 comments on commit 5511915

Please sign in to comment.