From d6a2c8dcd02443d54bd72a4fd5ecf0ba055f42b2 Mon Sep 17 00:00:00 2001 From: Florian Schopp Date: Thu, 16 Mar 2023 14:56:40 +0100 Subject: [PATCH] Fixed test (#362) --- test/peer/peer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/peer/peer.test.ts b/test/peer/peer.test.ts index a33a7c9..73ab4cd 100644 --- a/test/peer/peer.test.ts +++ b/test/peer/peer.test.ts @@ -7,7 +7,7 @@ import { Fetcher, invalidMethod, NotFound } from '../../src/jet' import { fullFetcherPeer, simpleFecherPeer } from '../mocks/peer' import { fetchSimpleId } from '../../src/3_jet/types' import waitForExpect from 'wait-for-expect' -import { InvalidParamError } from '../../lib/jet' +import { InvalidParamError } from '../../src/jet' describe('Testing Peer', () => { describe('Should handle daemon messages', () => { describe('Should send different messages full fetch', () => {