Skip to content

Commit a0d94cc

Browse files
committed
Fix done call
1 parent 5935a17 commit a0d94cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/runner/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ before(function(_done) {
8686
}
8787

8888
this.configuration = new TestConfiguration(parsedURI, context);
89-
client.close(done);
89+
done();
9090
});
9191
});
9292
});

0 commit comments

Comments
 (0)