File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
dotnet/test/common/VirtualAuthn Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -337,15 +337,9 @@ public void ShouldGetCredential()
337
337
338
338
Assert . True ( credential1 . IsResidentCredential ) ;
339
339
Assert . NotNull ( credential1 . PrivateKey ) ;
340
- Assert . AreEqual ( "localhost" , credential1 . RpId ) ;
341
- Assert . AreEqual ( new byte [ ] { 1 } , credential1 . UserHandle ) ;
342
- Assert . AreEqual ( 1 , credential1 . SignCount ) ;
343
340
344
341
Assert . False ( credential2 . IsResidentCredential ) ;
345
342
Assert . NotNull ( credential2 . PrivateKey ) ;
346
- Assert . IsNull ( credential2 . RpId ) ;
347
- Assert . IsNull ( credential2 . UserHandle ) ;
348
- Assert . AreEqual ( 1 , credential2 . SignCount ) ;
349
343
}
350
344
351
345
[ Test ]
@@ -481,4 +475,4 @@ public void testSetUserVerified()
481
475
Assert . True ( error . StartsWith ( "NotAllowedError" ) ) ;
482
476
}
483
477
}
484
- }
478
+ }
You can’t perform that action at this time.
0 commit comments