Skip to content

Commit fa54c8c

Browse files
committed
Fix test on 0.10: conflicts only when other branch is different.
1 parent c24fa38 commit fa54c8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

couchdb/tests/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ def test_bulk_update_all_or_nothing(self):
264264

265265
# update the first doc to provoke a conflict in the next bulk update
266266
doc = docs[0].copy()
267+
doc['name'] = 'Jane Doe'
267268
self.db[doc['_id']] = doc
268269

269270
results = self.db.update(docs, all_or_nothing=True)

0 commit comments

Comments
 (0)