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