Set the proper number of expected reads for iOS now that article is available

This commit is contained in:
Jackson Harper
2022-10-19 17:48:22 +08:00
parent d5c7aa2b8f
commit 69d50bcc6e

View File

@ -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)
})
})
})