Skip to content

Commit

Permalink
Rename new test file
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Mar 13, 2024
1 parent 4fe3951 commit d479555
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/agent/test_agent_queue_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def ignore_agent_deprecation_warnings():
"""
Ignore deprecation warnings from the agent module to avoid
test failures. Warning emission is tested in test_agent.py.
test failures. Warning emission is tested in test_agent_deprecation.py.
"""
with warnings.catch_warnings():
warnings.simplefilter("ignore", category=PrefectDeprecationWarning)
Expand Down
2 changes: 1 addition & 1 deletion tests/agent/test_agent_run_cancellation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
def ignore_agent_deprecation_warnings():
"""
Ignore deprecation warnings from the agent module to avoid
test failures. Warning emission is tested in test_agent.py.
test failures. Warning emission is tested in test_agent_deprecation.py.
"""
with warnings.catch_warnings():
warnings.simplefilter("ignore", category=PrefectDeprecationWarning)
Expand Down
2 changes: 1 addition & 1 deletion tests/agent/test_agent_run_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
def ignore_agent_deprecation_warnings():
"""
Ignore deprecation warnings from the agent module to avoid
test failures. Warning emission is tested in test_agent.py.
test failures. Warning emission is tested in test_agent_deprecation.py.
"""
with warnings.catch_warnings():
warnings.simplefilter("ignore", category=PrefectDeprecationWarning)
Expand Down

0 comments on commit d479555

Please sign in to comment.