Skip to content

Commit

Permalink
RavenDB-20762 Fact -> RavenFact
Browse files Browse the repository at this point in the history
  • Loading branch information
haludi committed Oct 18, 2023
1 parent 223e1c8 commit 520f1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SlowTests/Cluster/CompareExchangeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public CompareExchangeTests(ITestOutputHelper output) : base(output)
{
}

[Fact]
[RavenFact(RavenTestCategory.CompareExchange)]
public async Task AddOrUpdateCompareExchangeCommand_WhenCommandSentTwice_SecondAttemptShouldNotReturnNull()
{
var leader = GetNewServer();
Expand Down

0 comments on commit 520f1ab

Please sign in to comment.