Skip to content

Commit

Permalink
unskip a test
Browse files Browse the repository at this point in the history
  • Loading branch information
eleith committed May 12, 2023
1 parent a6063e4 commit 70b89d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test.after(async (t) => {
server.close(t.pass);
});

test.skip('client invokes callback exactly once for invalid connection', async (t) => {
test('client invokes callback exactly once for invalid connection', async (t) => {
const msg = {
from: 'foo@bar.baz',
to: 'foo@bar.baz',
Expand Down

0 comments on commit 70b89d9

Please sign in to comment.