Skip to content

Commit

Permalink
Update spec/serializers/finance/npq/assurance_report/csv_serializer_s…
Browse files Browse the repository at this point in the history
…pec.rb

Co-authored-by: ethax-ross <[email protected]>
  • Loading branch information
padv2010 and ethax-ross authored May 29, 2024
1 parent a6542ee commit 64209eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
context "when `npq_capping` Feature Flag is active" do
before { FeatureFlag.activate(:npq_capping) }

it "does not include Funded place" do
it "includes Funded place in the header" do
expected_header.insert(6, "Funded place")

expect(header).to eq(expected_header)
Expand Down

0 comments on commit 64209eb

Please sign in to comment.