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 d8d1d02 commit be450f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presenters/publication_presenter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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"]["documents"], presented_item.documents
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 be450f6

Please sign in to comment.