unskip a test

This commit is contained in:
eleith 2023-05-12 14:49:45 -07:00
parent a6063e44a6
commit 70b89d9361
1 changed files with 1 additions and 1 deletions

View File

@ -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',