Skip to content

Commit fcd4743

Browse files
authored
Fix test failure (#20342)
1 parent 5be1a43 commit fcd4743

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)