Skip to content

Commit 01e2eb7

Browse files
committed
Fix test name
1 parent 70e14a6 commit 01e2eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/VirtualAuthn/VirtualAuthenticatorTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public void ShouldRemoveAllCredentials()
479479
[IgnoreBrowser(Selenium.Browser.IE, "IE does not support Virtual Authenticator")]
480480
[IgnoreBrowser(Selenium.Browser.Firefox, "Firefox does not support Virtual Authenticator")]
481481
[IgnoreBrowser(Selenium.Browser.Safari, "Safari does not support Virtual Authenticator")]
482-
public void testSetUserVerified()
482+
public void TestSetUserVerified()
483483
{
484484
CreateRKEnabledCTAP2Authenticator();
485485

0 commit comments

Comments
 (0)