Skip to content

Commit

Permalink
RavenDB-22195 Fixing tests since there is no sharded /debug/replicati…
Browse files Browse the repository at this point in the history
…on/all-items endpoint
  • Loading branch information
arekpalinski committed May 21, 2024
1 parent 7dc1abf commit 7e0c441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SlowTests/Issues/RavenDB_22195.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public RavenDB_22195(ITestOutputHelper output) : base(output)
}

[RavenTheory(RavenTestCategory.Replication)]
[RavenData(DatabaseMode = RavenDatabaseMode.All)]
[RavenData(DatabaseMode = RavenDatabaseMode.Single)]
public async Task GetReplicationItemsShouldNotThrowNRE(Options options)
{
using (var store = GetDocumentStore(options))
Expand Down

0 comments on commit 7e0c441

Please sign in to comment.