Skip to content

Commit

Permalink
hopefully hardening a test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Dec 20, 2023
1 parent 5740a10 commit e0ed144
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/EventSourcingTests/event_statistics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@

namespace EventSourcingTests;

public class event_statistics : IntegrationContext
public class event_statistics : OneOffConfigurationsContext
{
public event_statistics(DefaultStoreFixture fixture) : base(fixture)
{

}

[Fact]
public async Task fetch_from_empty_store()
{
Expand Down

0 comments on commit e0ed144

Please sign in to comment.