Skip to content

Commit

Permalink
Fixed test (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Schopp authored Mar 16, 2023
1 parent 9dc550a commit d6a2c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/peer/peer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit d6a2c8d

Please sign in to comment.