Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 19, 2024
1 parent 9024ef7 commit d83d2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/minisign/nacl_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

describe Minisign::NaCl do
it 'raises LibSodiumDependencyErro if libsodium not installed' do
it 'raises LibSodiumDependencyError if libsodium not installed' do
hash = RbNaCl.send(:remove_const, :Hash)
expect do
Minisign::NaCl::Hash::Blake2b.digest('message', { digest_size: 32 })
Expand Down

0 comments on commit d83d2eb

Please sign in to comment.