Skip to content

Commit

Permalink
remove typo ## in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
didiermichel committed Oct 2, 2023
1 parent 420c715 commit c5c5b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_command_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ def test_simple_invocation(self, popen, pipe_processor_loop, caplog):
@pytest.mark.parametrize(
("compression_config", "expected_args", "unexpected_args"),
[
## `gzip` compression before pg15
# `gzip` compression before pg15
# If no compression is provided then no compression args are expected
(None, [], ["--gzip", "--compress", "--format"]),
# If gzip compression is provided with no level then we expect only
Expand All @@ -1251,7 +1251,7 @@ def test_simple_invocation(self, popen, pipe_processor_loop, caplog):
["--gzip", "--format=tar", "--compress=5"],
[],
),
## `none` compression before pg15
# `none` compression before pg15
# If none compression is provided with no level then we expect
# --format=tar and --compress=0 arguments
(
Expand Down

0 comments on commit c5c5b99

Please sign in to comment.