From 2d6a6f8e4e01e4b038e8d6975194f4ed51b8c4bc Mon Sep 17 00:00:00 2001 From: Diego Rodriguez Baquero Date: Fri, 28 Oct 2022 14:05:43 +0100 Subject: chore: fix test typo --- test/client-seed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/client-seed.js b/test/client-seed.js index 2a5d1ce..8250a36 100644 --- a/test/client-seed.js +++ b/test/client-seed.js @@ -75,7 +75,7 @@ test('client.seed: torrent file (Blob)', t => { }) }) -test('client.seed: duplicate seed)', t => { +test('client.seed: duplicate seed', t => { t.plan(4) const client = new WebTorrent() -- cgit v1.2.3