File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
webauthn-server-core/src/test/scala/com/yubico/webauthn Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1086,7 +1086,7 @@ class RelyingPartyStartOperationSpec
10861086 )
10871087 }
10881088
1089- it(" sets the uvm extension if enabled in StartRegistrationOptions ." ) {
1089+ it(" sets the uvm extension if enabled in StartAssertionOptions ." ) {
10901090 forAll { extensions : AssertionExtensionInputs =>
10911091 val rp = relyingParty(userId = userId)
10921092 val result = rp.startAssertion(
@@ -2146,7 +2146,7 @@ class RelyingPartyStartOperationSpec
21462146 )
21472147 }
21482148
2149- it(" sets the uvm extension if enabled in StartRegistrationOptions ." ) {
2149+ it(" sets the uvm extension if enabled in StartAssertionOptions ." ) {
21502150 forAll { extensions : AssertionExtensionInputs =>
21512151 val rp = relyingParty(userId = userId)
21522152 val result = rp.startAssertion(
You can’t perform that action at this time.
0 commit comments