Skip to content

Commit

Permalink
Unseal CosmosDbEmulatorFixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed May 24, 2024
1 parent 4027736 commit e44ffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Tests.Fixtures/CosmosDbEmulatorFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace ExRam.Gremlinq.Tests.Fixtures
{
public sealed class CosmosDbEmulatorFixture : GremlinqFixture
public class CosmosDbEmulatorFixture : GremlinqFixture
{
private const string CosmosDbEmulatorDatabaseName = "db";
private const string CosmosDbEmulatorCollectionName = "graph";
Expand Down

0 comments on commit e44ffa3

Please sign in to comment.