From ed9d59f0193fc0421a3b37cbb90510164a5fd044 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 19 Dec 2015 15:01:57 +1300 Subject: remove weird global.Blob usage --- test/basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/basic.js b/test/basic.js index 0577d99..2630f04 100644 --- a/test/basic.js +++ b/test/basic.js @@ -274,7 +274,7 @@ test('client.seed: torrent file (Blob)', function (t) { client.on('error', function (err) { t.fail(err) }) client.on('warning', function (err) { t.fail(err) }) - client.seed(new global.Blob([ common.leaves.content ]), { + client.seed(new Blob([ common.leaves.content ]), { name: 'Leaves of Grass by Walt Whitman.epub' }, function (torrent) { t.equal(client.torrents.length, 1) -- cgit v1.2.3