Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellot000 authored Jun 21, 2024
1 parent 34be850 commit c34a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ def test_connect_get_output_double_list_operator(server_type):
@conftest.raises_for_servers_version_under("5.0")
def test_connect_get_output_string_list_operator(server_clayer):
d = ["hello", "bye"]
op = dpf.core.operators.utility.forward(d, server=server_clayer)
dpf.core.operators.utility.forward(d, server=server_clayer)


def test_connect_result(plate_msup, server_type):
Expand Down

0 comments on commit c34a39b

Please sign in to comment.