Skip to content

Commit edf8700

Browse files
committed
Fixed test name
1 parent 6dc9223 commit edf8700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNext.Tests/Net/Cluster/Consensus/Raft/MemoryBasedStateMachineTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ public static async Task JsonSerialization(bool cached)
10471047
}
10481048

10491049
[Fact]
1050-
public static async Task RegressionIssue244()
1050+
public static async Task EnsureMetadataPersistence()
10511051
{
10521052
var path = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
10531053
using (var state = new PersistentStateWithoutSnapshot(path, RecordsPerPartition, new() { UseCaching = true }))

0 commit comments

Comments
 (0)