Skip to content

Commit b06ec17

Browse files
committed
Style.
1 parent 64ee931 commit b06ec17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_bulk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def test_single_ordered_batch(self):
597597
batch = self.coll.initialize_ordered_bulk_op()
598598
batch.insert({'a': 1})
599599
batch.find({'a': 1}).update_one({'$set': {'b': 1}})
600-
batch.find({'a': 2}).upsert().update_one({'$set': {'b' :2}})
600+
batch.find({'a': 2}).upsert().update_one({'$set': {'b': 2}})
601601
batch.insert({'a': 3})
602602
batch.find({'a': 3}).remove()
603603
result = batch.execute()

0 commit comments

Comments
 (0)