From cd2c8603c04ffbf47aa91f62a2d2ddbac20d8723 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 9 Sep 2019 18:31:10 -0700 Subject: Fix torrent-events test --- test/node/torrent-events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/node/torrent-events.js b/test/node/torrent-events.js index febf1c4..916ca4e 100644 --- a/test/node/torrent-events.js +++ b/test/node/torrent-events.js @@ -1,6 +1,6 @@ const fixtures = require('webtorrent-fixtures') const test = require('tape') -const WebTorrent = require('../') +const WebTorrent = require('../../') const MemoryChunkStore = require('memory-chunk-store') test('client.add: emit torrent events in order', function (t) { -- cgit v1.2.3