Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Mar 7, 2024
1 parent be450f6 commit 2600423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/presenters/publication_presenter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def schema_name
assert_equal schema_item["schema_name"], presented_item.schema_name
assert_equal schema_item["title"], presented_item.title
assert_equal schema_item["details"]["body"], presented_item.details
assert_equal schema_item["details"]["attachments"], presented_item.documents
end

test "#published returns a formatted date of the day the content item became public" do
Expand Down

0 comments on commit 2600423

Please sign in to comment.