Skip to content

Commit

Permalink
test: fixed import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Jun 10, 2024
1 parent ab250aa commit eea04a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stats.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import { EventEmitter } from "eventemitter3";
import { sleep } from "./utils";
import { ExecutorEvents, TaskEvents } from "./events";
import { TaskExecutorEvents } from "./executor";
import { ActivityEvents, MarketEvents, NetworkEvents, PaymentEvents, Agreement } from "@golem-sdk/golem-js";
import { ActivityEvents, MarketEvents, NetworkEvents, PaymentEvents, Agreement, Invoice } from "@golem-sdk/golem-js";
import { instance, mock, when } from "@johanblumenberg/ts-mockito";
import { Invoice } from "../../golem-js";

describe("Stats Service", function () {
const executorEvents = new EventEmitter<ExecutorEvents>();
Expand Down

0 comments on commit eea04a0

Please sign in to comment.