Skip to content

Commit

Permalink
Fix @symbols import in host test
Browse files Browse the repository at this point in the history
  • Loading branch information
alicja-gruzdz committed Feb 13, 2024
1 parent 14a2156 commit 82bdc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/host/test/serviceDiscovery/topic.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PassThrough, Readable, Stream, Writable } from "stream";
import { ReadableState, StreamOrigin, WorkState } from "@scramjet/types";
import { StreamOrigin } from "@scramjet/types";
import { Topic, TopicEvent } from "../../src/lib/serviceDiscovery/topic";
import TopicId from "../../src/lib/serviceDiscovery/topicId";

Expand Down

0 comments on commit 82bdc9d

Please sign in to comment.