Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 10, 2024
1 parent 0c9a87d commit 767ea4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/plugins/test_plugin_multiprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ def test_multiprocessing_multiple_threads() -> None:

# all calls on main process calls should be done on the main thread
assert context1._plugins[0].safe_calls_thread_ids == {threading.get_ident()} # type: ignore
assert len(context1._plugins[0].unsafe_calls_thread_ids) == 5 # type: ignore
assert len(context1._plugins[0].unsafe_calls_thread_ids) > 1 # type: ignore

0 comments on commit 767ea4a

Please sign in to comment.