Skip to content

Commit

Permalink
fixing pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed May 30, 2023
1 parent 657f317 commit 98edcd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/test_queue_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
def test_asgs_legacy_transformer():
"""
test the transformation of run params into asgs run params
:return:
"""
# for each set of test data
Expand All @@ -47,6 +48,11 @@ def test_asgs_legacy_transformer():


def test_relay():
"""
tests the message relay method
:return:
"""
queue_utils = QueueUtils(_queue_name='test', _logger=None)

# send the msg to the queue specified
Expand Down

0 comments on commit 98edcd5

Please sign in to comment.