mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix test value, there is only one quote tweet
This commit is contained in:
parent
ae45067a32
commit
c366cd6472
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ describe('Newsletter email test', () => {
|
|||
) ?? []
|
||||
)
|
||||
|
||||
expect(tweets.length).to.eq(14)
|
||||
expect(tweets.length).to.eq(1)
|
||||
})
|
||||
|
||||
it('returns BeehiivHandler for beehiiv.com newsletter', async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue