Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Sep 17, 2024
1 parent 54aa759 commit d020fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jwt/kms_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
end

let(:algo_instance) do
described_class.by(key_id: key_id)
described_class::Key.by(key_id: key_id)
end

let(:payload) { { "pay" => "load" } }
Expand Down

0 comments on commit d020fea

Please sign in to comment.