Skip to content

Commit

Permalink
test style
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Dec 2, 2024
1 parent 3eb4970 commit bde0e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cmd/unix/test_cmd_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def test_cat_raise_timeout_exception(buffer_connection, command_output_timeout_e
with pytest.raises(CommandTimeout):
cat_cmd(timeout=0.2)


def test_cat_raise_minimal_timeout_timeout_exception(buffer_connection, command_output_timeout_exception):
command_output = command_output_timeout_exception
buffer_connection.remote_inject_response([command_output])
Expand Down

0 comments on commit bde0e6b

Please sign in to comment.