Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jul 6, 2022
1 parent 57d3758 commit eadb139
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/lodestar/test/unit/chain/prepareNextSlot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ import {StateRegenerator} from "../../../src/chain/regen/index.js";
import {SinonStubFn} from "../../utils/types.js";
import {generateCachedBellatrixState} from "../../utils/state.js";
import {BeaconProposerCache} from "../../../src/chain/beaconProposerCache.js";
import {ExecutionEngineHttp} from "../../../src/executionEngine/http.js";
import {IExecutionEngine, PayloadIdCache} from "../../../src/executionEngine/interface.js";
import {PayloadIdCache} from "../../../src/execution/engine/payloadIdCache.js";
import {ExecutionEngineHttp} from "../../../src/execution/engine/http.js";
import {IExecutionEngine} from "../../../src/execution/engine/interface.js";

describe("PrepareNextSlot scheduler", () => {
const sandbox = sinon.createSandbox();
Expand Down

0 comments on commit eadb139

Please sign in to comment.