Skip to content

Commit

Permalink
Correct rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockyy committed Dec 2, 2022
1 parent f90a0f5 commit 3a1b65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/services/npq/funding_eligibility_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@
eligible_for_funding: true,
teacher_reference_number_verified: true,
targeted_delivery_funding_eligibility: true,
)
)
end
let(:npq_course) { application.npq_course }

it "returns truthy" do
expect(subject.call[:previously_funded]).to be_falsey
expect(subject.call[:previously_received_targeted_funding_support]).to be_falsey
end
end
end

context "when trn does not yield any teachers" do
let(:trn) { "0000000" }
Expand Down

0 comments on commit 3a1b65c

Please sign in to comment.