Commit edae97f3 authored by Bryan Kaperick's avatar Bryan Kaperick

Small error was preventing the last set of tests from passing in the most recent commit.

parent 69da7ee5
...@@ -391,7 +391,7 @@ ...@@ -391,7 +391,7 @@
test("Testing retrieval of older revisions of documents with multiple users", test("Testing retrieval of older revisions of documents with multiple users",
function () { function () {
stop(); stop();
expect(34); expect(35);
// create storage of type "bryan" with memory as substorage // create storage of type "bryan" with memory as substorage
var dbname = "multi_user_db" + Date.now(), var dbname = "multi_user_db" + Date.now(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment