Skip to content

Commit

Permalink
Merge pull request #2215 from h3poteto/remote/iceshrimp
Browse files Browse the repository at this point in the history
Remove iceshrimp test
  • Loading branch information
h3poteto authored Oct 21, 2024
2 parents 4bf8f65 + 1b848cc commit ca67b76
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions megalodon/test/integration/detector.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ describe('detector', () => {
})
})

describe('iceshrimp', () => {
const url = 'https://snug.moe'
it('should be firefish', async () => {
const firefish = await detector(url)
expect(firefish).toEqual('firefish')
})
})

describe('gotosocial', () => {
const url = 'https://scg.owu.one'
it('should be gotosocial', async () => {
Expand Down

0 comments on commit ca67b76

Please sign in to comment.