tests: (fix) remove endAll on util

This commit is contained in:
Mohamed Sohail 2022-01-17 15:38:24 +03:00
parent 2a42a5882c
commit 441ca421ee
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 0 additions and 2 deletions

View File

@ -66,6 +66,4 @@ test("util", (t) => {
t.same(output, expect);
t.end();
});
t.endAll();
});