Skip to content

Commit

Permalink
Update test/api_test.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub authored Aug 6, 2022
1 parent 95c05ff commit e91dbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api_test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test("sending an https request timeout through message", async (t) => {
await messages.route(message, cb);
});

test.only("sending an https request timeout through config", async (t) => {
test("sending an https request timeout through config", async (t) => {
const pauseMilliseconds = 1000;
const worker = await createWorker(
`
Expand Down

0 comments on commit e91dbcc

Please sign in to comment.