From 69d50bcc6ed50826ea4825154efa56efc4e9d650 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 19 Oct 2022 17:48:22 +0800 Subject: [PATCH] Set the proper number of expected reads for iOS now that article is available --- packages/api/test/routers/auth.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/api/test/routers/auth.test.ts b/packages/api/test/routers/auth.test.ts index 09ee056ae..ed8560ddd 100644 --- a/packages/api/test/routers/auth.test.ts +++ b/packages/api/test/routers/auth.test.ts @@ -626,8 +626,7 @@ describe('auth router', () => { 0, ] - // TODO: update this when we have more iOS popular reads - expect(count).to.eql(3) + expect(count).to.eql(4) }) }) })