refactors
This commit is contained in:
@@ -156,12 +156,12 @@ public sealed class PersistenceStoreTests
|
||||
try
|
||||
{
|
||||
File.WriteAllText(persistencePath, """
|
||||
{
|
||||
"SchemaVersion": "1",
|
||||
"Revision": 7,
|
||||
"Loops": []
|
||||
}
|
||||
""");
|
||||
{
|
||||
"SchemaVersion": "1",
|
||||
"Revision": 7,
|
||||
"Loops": []
|
||||
}
|
||||
""");
|
||||
|
||||
var store = new InMemoryCloudStateStore(persistencePath);
|
||||
|
||||
@@ -189,4 +189,4 @@ public sealed class PersistenceStoreTests
|
||||
Saves.Add(snapshot);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -497,4 +497,4 @@ public sealed class ProviderCachingTests
|
||||
return Task.FromResult(responseFactory(request));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user