Skip to content

Commit

Permalink
test: small test description semantic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 15, 2021
1 parent 411c078 commit 26da470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/webauthn/attestation_statement/none_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
expect(WebAuthn::AttestationStatement::None.new("a" => "b").valid?(authenticator_data, nil)).to be_falsy
end

it "returns false if None is not among the acceptable formats" do
it "returns false if None is not among the acceptable attestation types" do
WebAuthn.configuration.acceptable_attestation_types = ['AttCA']

expect(WebAuthn::AttestationStatement::None.new({}).valid?(authenticator_data, nil)).to be_falsy
Expand Down

0 comments on commit 26da470

Please sign in to comment.