sprints and audit work
This commit is contained in:
@@ -133,7 +133,7 @@ public sealed class InMemoryHlcStateStoreTests
|
||||
|
||||
loaded1.Should().Be(node1State);
|
||||
loaded2.Should().Be(node2State);
|
||||
store.Count.Should().Be(2);
|
||||
store.GetAllStates().Count.Should().Be(2);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
@@ -149,7 +149,7 @@ public sealed class InMemoryHlcStateStoreTests
|
||||
store.Clear();
|
||||
|
||||
// Assert
|
||||
store.Count.Should().Be(0);
|
||||
store.GetAllStates().Count.Should().Be(0);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user