Skip to content

Commit

Permalink
okgood
Browse files Browse the repository at this point in the history
  • Loading branch information
nomilous committed Nov 2, 2016
1 parent c1d6cbc commit 85f77f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/1_eventemitter_embedded_sanity.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe.only('1_eventemitter_embedded_sanity', function () {
describe('1_eventemitter_embedded_sanity', function () {

// require('benchmarket').start();
// after(require('benchmarket').store());
Expand Down Expand Up @@ -418,7 +418,7 @@ describe.only('1_eventemitter_embedded_sanity', function () {
};

var path = '/1_eventemitter_embedded_sanity/' + test_id + '/testsubscribe/data/complex/' + test_path_end;
console.log('path1', path);
// console.log('path1', path);

publisherclient.set(path, complex_obj, null, function (e, put_result) {

Expand Down Expand Up @@ -475,7 +475,7 @@ describe.only('1_eventemitter_embedded_sanity', function () {
var from = Date.now();
var to;
var path = '/1_eventemitter_embedded_sanity/' + test_id + '/testsubscribe/data/complex/' + test_path_end;
console.log('path2', path);
// console.log('path2', path);

publisherclient.set(path, complex_obj, null, function (e, put_result) {

Expand Down

0 comments on commit 85f77f4

Please sign in to comment.