Skip to content

Commit

Permalink
Check preconditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Jul 10, 2023
1 parent 7d78ad5 commit 4be25b2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ public void Configure(ISiloBuilder hostBuilder)
.AddMemoryGrainStorage("MemoryStore");
}
}

protected override void CheckPreconditionsOrThrow()
{
base.CheckPreconditionsOrThrow();
CosmosTestUtils.CheckCosmosStorage();
}
}

public PersistenceGrainTests_CosmosGrainStorage(ITestOutputHelper output, Fixture fixture, string grainNamespace = "UnitTests.Grains")
Expand Down

0 comments on commit 4be25b2

Please sign in to comment.