summaryrefslogtreecommitdiff
path: root/share/www/script/test/conflicts.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/conflicts.js')
-rw-r--r--share/www/script/test/conflicts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/conflicts.js b/share/www/script/test/conflicts.js
index dfd7e8b6..d556acd7 100644
--- a/share/www/script/test/conflicts.js
+++ b/share/www/script/test/conflicts.js
@@ -41,7 +41,7 @@ couchTests.conflicts = function(debug) {
} catch (e) {
T(e.error == "conflict");
}
-
+
var bySeq = db.allDocsBySeq();
T( bySeq.rows.length == 1)