From 1d735fe4a0d0dae906d203b92b3c1aa058c8c61d Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 3 Feb 2021 22:36:27 -0500 Subject: standard --- test/node/download-from-ip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/node/download-from-ip.js b/test/node/download-from-ip.js index ba25d41..5905473 100644 --- a/test/node/download-from-ip.js +++ b/test/node/download-from-ip.js @@ -69,7 +69,7 @@ test('Download via magnet x.pe (BEP09)', (t) => { // torrent metadata has been fetched -- sanity check it t.equal(torrent.name, 'Leaves of Grass by Walt Whitman.epub') - var names = ['Leaves of Grass by Walt Whitman.epub'] + const names = ['Leaves of Grass by Walt Whitman.epub'] t.deepEqual(torrent.files.map(function (file) { return file.name }), names) }) -- cgit v1.2.3