diff --git a/megalodon/test/integration/detector.spec.ts b/megalodon/test/integration/detector.spec.ts index 551c84f07..49bc35dd1 100644 --- a/megalodon/test/integration/detector.spec.ts +++ b/megalodon/test/integration/detector.spec.ts @@ -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') @@ -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')