Skip to content

Commit

Permalink
fix detector test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Sep 23, 2023
1 parent 8e271f5 commit d0bb212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megalodon/test/integration/detector.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('detector', () => {
})

describe('friendica', () => {
const url = 'https://squeet.me'
const url = 'https://nerdica.net'
it('should be friendica', async () => {
const friendica = await detector(url)
expect(friendica).toEqual('friendica')
Expand All @@ -50,7 +50,7 @@ describe('detector', () => {
})

describe('firefish', () => {
const url = 'https://cybre.club'
const url = 'https://fedi.software'
it('should be firefish', async () => {
const firefish = await detector(url)
expect(firefish).toEqual('firefish')
Expand Down

0 comments on commit d0bb212

Please sign in to comment.