Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Dec 14, 2024
1 parent d2f2a03 commit 1868eea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/system/test_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ def test_failure_with_contention(datastore_client, entities_to_delete, database_


@pytest.mark.parametrize("database_id", [None, _helpers.TEST_DATABASE], indirect=True)
def test_failure_with_contention_no_context_manager(datastore_client, entities_to_delete, database_id):
def test_failure_with_contention_no_context_manager(
datastore_client, entities_to_delete, database_id
):
contention_prop_name = "baz"
local_client = _helpers.clone_client(datastore_client)

Expand Down Expand Up @@ -195,4 +197,4 @@ def test_failure_with_contention_no_context_manager(datastore_client, entities_t
txn.commit()

# now that transaction is complete, should be able to update outside
datastore_client.put(orig_entity)
datastore_client.put(orig_entity)

0 comments on commit 1868eea

Please sign in to comment.