From 73e70f7449ea8cd3f6c6342b00215dd3178a9b0a Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 19 Mar 2025 10:23:58 -0400 Subject: [PATCH] fix unit tests in activitypub.ts --- packages/backend/test/unit/activitypub.ts | 1 - 1 file changed, 1 deletion(-) 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';