Skip to content

Commit

Permalink
Remove needless and now incorrect print() statement
Browse files Browse the repository at this point in the history
Someone (maybe me!) must have accidentally left this in while
debugging something.
  • Loading branch information
jsf9k committed Jul 28, 2023
1 parent 2ae8b1b commit a511e29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/container_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
def test_container_count(dockerc):
"""Verify the test composition and container."""
# stopped parameter allows non-running containers in results
print(dockerc.containers)
assert (
len(dockerc.compose.ps(all=True)) == 2
), "Wrong number of containers were started."
Expand Down

0 comments on commit a511e29

Please sign in to comment.