Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit a9874e9

Browse files
committed
Add missing redis-client quit call
1 parent 0812054 commit a9874e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/socket-spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ describe("a running webserver", function () {
3636
helper.socket().on("notify", function (data) {
3737
expect(data).toEqual(jasmine.any(Object));
3838
expect(data.my).toEqual('demodata');
39+
pub.quit();
3940
done();
4041
});
4142

0 commit comments

Comments
 (0)