From 26004236935cecfcea4e42b1c602644e556c26ca Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Thu, 7 Mar 2024 14:48:53 +0000 Subject: [PATCH] fix --- test/presenters/publication_presenter_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/presenters/publication_presenter_test.rb b/test/presenters/publication_presenter_test.rb index 2f86d135f1..94907fddef 100644 --- a/test/presenters/publication_presenter_test.rb +++ b/test/presenters/publication_presenter_test.rb @@ -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