Skip to content

Commit

Permalink
chore(thread-it) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 9, 2020
1 parent 978588e commit 969bc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/thread-it.js
Expand Up @@ -32,7 +32,7 @@ test('thread-it: error', async (t) => {
t.end();
});

test('thread-it: memory leak', async (t) => {
test('thread-it: memory leak', (t) => {
threadIt.init();
const [e] = tryCatch(threadIt.init);
threadIt.terminate();
Expand Down

0 comments on commit 969bc7a

Please sign in to comment.