Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
takaishi committed Nov 27, 2024
1 parent 1192aae commit 2a4131a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/requests/api/v1/check_in_conferences_create_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
context 'create' do
before do
allow(JsonWebToken).to(receive(:verify).and_return(alice_claim))
allow(GenerateEntrysheetJob).to(receive(:perform_now))
end

it 'return ok' do
Expand Down

0 comments on commit 2a4131a

Please sign in to comment.