tests: fix Resolver import

This commit is contained in:
Johann150 2023-05-07 23:32:23 +02:00
parent 683584fe8f
commit 605a55e1d4
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9EE6577A2A06F8F1

View file

@ -1,4 +1,4 @@
import Resolver from '../../src/remote/activitypub/resolver.js';
import { Resolver } from '../../src/remote/activitypub/resolver.js';
import { IObject } from '../../src/remote/activitypub/type.js';
type MockResponse = {