Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Nov 18, 2024
1 parent 4a9e874 commit 9250a35
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/replicate.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
const test = require('brittle')
const b4a = require('b4a')
const NoiseSecretStream = require('@hyperswarm/secret-stream')
<<<<<<< HEAD
const { create, createStored, replicate, unreplicate, eventFlush } = require('./helpers')
=======
const { create, replicate, unreplicate, eventFlush, replicateDebugStream } = require('./helpers')
>>>>>>> main
const { create, createStored, replicate, unreplicate, eventFlush, replicateDebugStream } = require('./helpers')
const { makeStreamPair } = require('./helpers/networking.js')
const Hypercore = require('../')

Expand Down

0 comments on commit 9250a35

Please sign in to comment.