Skip to content

Commit

Permalink
point spec to sign in webauthn class
Browse files Browse the repository at this point in the history
kevinsmaster5 committed Oct 31, 2023
1 parent fb4addb commit 371a363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/models/webauthn_configuration_spec.rb
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
presenters = subject.selection_presenters
expect(presenters.count).to eq 1
expect(presenters.first).to be_instance_of(
TwoFactorAuthentication::WebauthnSelectionPresenter,
TwoFactorAuthentication::SignInWebauthnSelectionPresenter,
)
end
end
@@ -27,7 +27,7 @@
presenters = subject.selection_presenters
expect(presenters.count).to eq 1
expect(presenters.first).to be_instance_of(
TwoFactorAuthentication::WebauthnPlatformSelectionPresenter,
TwoFactorAuthentication::SignInWebauthnPlatformSelectionPresenter,
)
end
end

0 comments on commit 371a363

Please sign in to comment.