Skip to content

Commit

Permalink
Update name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Mar 7, 2024
1 parent 3c7926e commit 78fb1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colmena/task_server/tests/test_parsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_bash(server_and_queue):
server.start()

# Send a standard task
queue.send_inputs(1, method='echotask', keep_inputs=True)
queue.send_inputs(1, method='echo', keep_inputs=True)
result = queue.get_result()
assert result.success, result.failure_info
assert result.value == '1\n'
Expand Down

0 comments on commit 78fb1ff

Please sign in to comment.