Skip to content

Commit

Permalink
Merge pull request #1218 from unboxed/fix-broken-test
Browse files Browse the repository at this point in the history
Fix broken test
  • Loading branch information
benjamineskola authored Aug 10, 2023
2 parents e3e0c36 + 8266a40 commit 4860bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
end

it "renders consultation deadline" do
expect(page).to have_content("Consultation deadline:\n #{consultation.end_date.strftime('%d %B %Y')}")
expect(page).to have_content("Consultation deadline:\n #{consultation.end_date.strftime('%-d %B %Y')}")
end
end

0 comments on commit 4860bb7

Please sign in to comment.