Skip to content

Commit

Permalink
Fix import statement for SafeEventEmitterProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Oct 11, 2023
1 parent ebcfc39 commit 4412ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/network-controller/tests/fake-provider.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SafeEventEmitterProvider } from '@metamask/eth-json-rpc-provider/dist/safe-event-emitter-provider';
import { SafeEventEmitterProvider } from '@metamask/eth-json-rpc-provider';
import { JsonRpcEngine } from '@metamask/json-rpc-engine';
import type { JsonRpcRequest, JsonRpcResponse } from '@metamask/utils';
import { inspect, isDeepStrictEqual } from 'util';
Expand Down

0 comments on commit 4412ff7

Please sign in to comment.