Skip to content

Commit

Permalink
馃帹 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 7, 2023
1 parent 1be5f16 commit b522322
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_dependency_contextmanager.py
Expand Up @@ -382,4 +382,7 @@ def test_sync_background_tasks():
assert data["sync_bg"] == "not set"
assert state["context_b"] == "finished b with a: started a"
assert state["context_a"] == "finished a"
assert state["sync_bg"] == "sync_bg set - b: finished b with a: started a - a: finished a"
assert (
state["sync_bg"]
== "sync_bg set - b: finished b with a: started a - a: finished a"
)

0 comments on commit b522322

Please sign in to comment.