From 59dda062fcc96979c7e0ba29dc88855907b8485c Mon Sep 17 00:00:00 2001 From: Jeff Daley Date: Fri, 29 Sep 2023 15:23:37 -0400 Subject: [PATCH] Update related-resources-test.ts --- .../components/document/sidebar/related-resources-test.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/tests/integration/components/document/sidebar/related-resources-test.ts b/web/tests/integration/components/document/sidebar/related-resources-test.ts index b35f1a213..a67e0ec71 100644 --- a/web/tests/integration/components/document/sidebar/related-resources-test.ts +++ b/web/tests/integration/components/document/sidebar/related-resources-test.ts @@ -421,6 +421,9 @@ module( this: DocumentSidebarRelatedResourcesTestContext, assert, ) { + // Intentionally make it fail for `todo` purposes + assert.true(false); + this.server.create("relatedHermesDocument", { id: 1, });