diff --git a/test/test-select-poster.js b/test/test-select-poster.js index a515f5c2..501acdfe 100644 --- a/test/test-select-poster.js +++ b/test/test-select-poster.js @@ -18,7 +18,7 @@ test("get cover from: 'wiredCd.torrent'", (t) => { t.fail(err) } else { t.equals(extension, '.jpg') - t.end(); + t.end() } }) })