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 039be97 commit 7aeba82Copy full SHA for 7aeba82
tests/Microsoft.Identity.Test.Unit/Throttling/ThrottlingCacheTests.cs
@@ -18,7 +18,7 @@ public class ThrottlingCacheTests
18
private readonly MsalServiceException _ex2 = new MsalServiceException("code2", "msg2");
19
20
[TestMethod]
21
- public void GetRemovesExpired_Async()
+ public void GetRemovesExpired()
22
{
23
// Arrange
24
ThrottlingCache cache = new ThrottlingCache();
@@ -38,7 +38,7 @@ public void GetRemovesExpired_Async()
38
}
39
40
41
- public void TestCleanup_Async()
+ public void TestCleanup()
42
43
44
ThrottlingCache cache = new ThrottlingCache(50);
0 commit comments