You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Remove .only ...
This commit is contained in:
@@ -42,7 +42,7 @@ describe("publish/subscribe", function () {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('does not fire subscribe events after reconnecting', function (done) {
|
it('does not fire subscribe events after reconnecting', function (done) {
|
||||||
var a = false;
|
var a = false;
|
||||||
sub.on("subscribe", function (chnl, count) {
|
sub.on("subscribe", function (chnl, count) {
|
||||||
if (chnl === channel2) {
|
if (chnl === channel2) {
|
||||||
|
Reference in New Issue
Block a user