From a5a5d57c81f824964bc08b21a66f68495dbcd13f Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 15 Apr 2024 15:02:59 -1000 Subject: [PATCH] test(api): :art: Remove temporary code --- server/api/api/v1/timelines/public.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/api/v1/timelines/public.test.ts b/server/api/api/v1/timelines/public.test.ts index 99d98cc9..902d5213 100644 --- a/server/api/api/v1/timelines/public.test.ts +++ b/server/api/api/v1/timelines/public.test.ts @@ -113,7 +113,7 @@ describe(meta.route, () => { const objects = (await response.json()) as APIStatus[]; - expect(objects).toBeArrayOfSize(1); + expect(objects).toBeArray(); }); describe("should paginate properly", async () => {