Skip to content

Commit 1868eea

Browse files
1 parent d2f2a03 commit 1868eea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎tests/system/test_transaction.py‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ def test_failure_with_contention(datastore_client, entities_to_delete, database_
165165

166166

167167
@pytest.mark.parametrize("database_id", [None, _helpers.TEST_DATABASE], indirect=True)
168-
def test_failure_with_contention_no_context_manager(datastore_client, entities_to_delete, database_id):
168+
def test_failure_with_contention_no_context_manager(
169+
datastore_client, entities_to_delete, database_id
170+
):
169171
contention_prop_name = "baz"
170172
local_client = _helpers.clone_client(datastore_client)
171173

@@ -195,4 +197,4 @@ def test_failure_with_contention_no_context_manager(datastore_client, entities_t
195197
txn.commit()
196198

197199
# now that transaction is complete, should be able to update outside
198-
datastore_client.put(orig_entity)
200+
datastore_client.put(orig_entity)

0 commit comments

Comments
 (0)