Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Jun 27, 2024
1 parent 111923a commit f6e1281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/test/systems/consent/_public_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ defmodule Systems.Consent.PublicTest do
agreement = Factories.insert!(:consent_agreement)

assert %Systems.Consent.RevisionModel{
source:
"<div>Add the text for the consent form here and preview the workflow to check out what it will look like for participants.</div>"
source: "<div>Add terms and conditions that participants need to consent to.</div>"
} = Consent.Public.bump_revision_if_needed!(agreement)
end

Expand Down

0 comments on commit f6e1281

Please sign in to comment.