Skip to content

Commit 28b0f89

Browse files
author
msJinLei
committed
Fix failed test cases.
1 parent 867aae8 commit 28b0f89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Accounts/Accounts.Test/AutosaveTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public AutosaveTests(ITestOutputHelper output)
4141
XunitTracingInterceptor.AddToContext(new XunitTracingInterceptor(output));
4242
commandRuntimeMock = new MockCommandRuntime();
4343
dataStore = new MemoryDataStore();
44+
ResetState();
4445
keyStore = SetMockedAzKeyStore();
4546
}
4647

0 commit comments

Comments
 (0)