diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-03-19 10:23:58 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-21 12:37:06 -0400 |
| commit | 73e70f7449ea8cd3f6c6342b00215dd3178a9b0a (patch) | |
| tree | 7aa26dd6c219923f486ede64d4af204bac4b1f7e /packages | |
| parent | document changes to updateInstanceQueue in merge instructions (diff) | |
| download | sharkey-73e70f7449ea8cd3f6c6342b00215dd3178a9b0a.tar.gz sharkey-73e70f7449ea8cd3f6c6342b00215dd3178a9b0a.tar.bz2 sharkey-73e70f7449ea8cd3f6c6342b00215dd3178a9b0a.zip | |
fix unit tests in activitypub.ts
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/backend/test/unit/activitypub.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/backend/test/unit/activitypub.ts b/packages/backend/test/unit/activitypub.ts index 456a476c16..8f1e792829 100644 --- a/packages/backend/test/unit/activitypub.ts +++ b/packages/backend/test/unit/activitypub.ts @@ -32,7 +32,6 @@ import { IdService } from '@/core/IdService.js'; import { MockResolver } from '../misc/mock-resolver.js'; import { UserKeypairService } from '@/core/UserKeypairService.js'; import { MemoryKVCache, RedisKVCache } from '@/misc/cache.js'; -import { IdService } from '@/core/IdService.js'; const host = 'https://host1.test'; |