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 5be1a43 commit fcd4743Copy full SHA for fcd4743
src/Accounts/Accounts.Test/AutosaveTests.cs
@@ -41,6 +41,7 @@ public AutosaveTests(ITestOutputHelper output)
41
XunitTracingInterceptor.AddToContext(new XunitTracingInterceptor(output));
42
commandRuntimeMock = new MockCommandRuntime();
43
dataStore = new MemoryDataStore();
44
+ ResetState();
45
keyStore = SetMockedAzKeyStore();
46
}
47
0 commit comments