mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix tests
This commit is contained in:
parent
ebfdf1f3a0
commit
6d2700e865
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ describe('Newsletter email test', () => {
|
|||
it('returns url when email is from SubStack', () => {
|
||||
const rawUrl = '<https://hongbo130.substack.com/p/tldr>'
|
||||
|
||||
expect(new SubstackHandler().getNewsletterUrl(rawUrl, '')).to.equal(
|
||||
expect(new SubstackHandler().parseNewsletterUrl(rawUrl, '')).to.equal(
|
||||
'https://hongbo130.substack.com/p/tldr'
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue