Skip to content

Commit 7aeba82

Browse files
committed
Rename methods
1 parent 039be97 commit 7aeba82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Microsoft.Identity.Test.Unit/Throttling/ThrottlingCacheTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class ThrottlingCacheTests
1818
private readonly MsalServiceException _ex2 = new MsalServiceException("code2", "msg2");
1919

2020
[TestMethod]
21-
public void GetRemovesExpired_Async()
21+
public void GetRemovesExpired()
2222
{
2323
// Arrange
2424
ThrottlingCache cache = new ThrottlingCache();
@@ -38,7 +38,7 @@ public void GetRemovesExpired_Async()
3838
}
3939

4040
[TestMethod]
41-
public void TestCleanup_Async()
41+
public void TestCleanup()
4242
{
4343
// Arrange
4444
ThrottlingCache cache = new ThrottlingCache(50);

0 commit comments

Comments
 (0)