Skip to content

Commit be81553

Browse files
committed
Fix misnamed test
1 parent 0ab33e1 commit be81553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webauthn-server-core/src/test/scala/com/yubico/webauthn/RelyingPartyStartOperationSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)