Skip to content

Commit

Permalink
debugging views test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cookiezaurs committed Dec 20, 2023
1 parent cb579dd commit d3f6eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/views/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,12 +720,13 @@ describe('Testing views plugin', function() {

}
else {
console.log(JSON.stringify(res));
console.log(JSON.stringify(userObject2));
console.log(JSON.stringify(userObject));
done("Invalid merging users ");
}
});
}, 5000);
}, 20000);

}
else {
Expand Down

0 comments on commit d3f6eed

Please sign in to comment.