Skip to content

Commit

Permalink
chore: linting (libp2p#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Jul 5, 2023
1 parent f86432a commit c3ed878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libp2p/test/ping/ping.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import { multiaddr } from '@multiformats/multiaddr'
import { expect } from 'aegir/chai'
import { pipe } from 'it-pipe'
import pDefer from 'p-defer'
import { identifyService } from '../../src/identify/index.js'
import { PROTOCOL } from '../../src/ping/constants.js'
import { pingService, type PingService } from '../../src/ping/index.js'
import { createBaseOptions } from '../fixtures/base-options.js'
import { createNode, populateAddressBooks } from '../fixtures/creators/peer.js'
import type { Libp2p } from '@libp2p/interface'
import { identifyService } from '../../src/identify/index.js'

describe('ping', () => {
let nodes: Array<Libp2p<{ ping: PingService }>>
Expand Down

0 comments on commit c3ed878

Please sign in to comment.