We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18871f commit b8b9277Copy full SHA for b8b9277
src/EventStore.Core.XUnit.Tests/Scavenge/Infrastructure/Scenario.cs
@@ -32,7 +32,7 @@
32
namespace EventStore.Core.XUnit.Tests.Scavenge {
33
public class Scenario {
34
protected const int Threads = 1;
35
- public const bool CollideEverything = false;
+ public static bool CollideEverything => false;
36
}
37
38
// sort of similar to ScavengeTestScenario
@@ -659,7 +659,7 @@ private static void CheckIndex(
659
Assert.Equal(eventNumber, info.EventNumber);
660
661
662
-
+
663
// check we don't have anything extra
664
// (we can't easily check that there aren't unexpected streams in the index, but risk of this
665
// is low)
0 commit comments