Skip to content

Commit f9b89f6

Browse files
committed
test: small test description semantic fix
1 parent 3ec9b56 commit f9b89f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/webauthn/attestation_statement/none_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
expect(WebAuthn::AttestationStatement::None.new("a" => "b").valid?(authenticator_data, nil)).to be_falsy
3333
end
3434

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

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

0 commit comments

Comments
 (0)