Skip to content

Commit

Permalink
Fixed Daemon start_subscription_at_sequence_floor test Closes GH-3454
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 8, 2024
1 parent 01529aa commit c1677df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DaemonTests/Subscriptions/subscriptions_end_to_end.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ public async Task run_events_through()
[Fact]
public async Task start_subscription_at_sequence_floor()
{
// Just need it reset to nothing
StoreOptions(opts => { });

using var daemon = await theStore.BuildProjectionDaemonAsync();
await daemon.StartAllAsync();

Expand Down

0 comments on commit c1677df

Please sign in to comment.