Skip to content

Commit

Permalink
Fix test parameters in Judgements spec
Browse files Browse the repository at this point in the history
  • Loading branch information
SepsiLaszlo committed Feb 28, 2021
1 parent 2bbfe81 commit 2e6c0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/judgements_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

context 'accepted evaluation to rejected' do
let(:params) do
{ entry_request_status: Evaluation::REJECTED,
{ point_request_status: Evaluation::REJECTED,
entry_request_status: Evaluation::REJECTED }
end

Expand Down

0 comments on commit 2e6c0ba

Please sign in to comment.