Skip to content

Commit

Permalink
Merge pull request #168 from cisagov/documentation/fix-comment
Browse files Browse the repository at this point in the history
Modify comment referencing "stopped" parameter
  • Loading branch information
mcdonnnj authored Dec 6, 2023
2 parents 0af9c06 + a518cfb commit c70e91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/container_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

def test_container_count(dockerc):
"""Verify the test composition and container."""
# stopped parameter allows non-running containers in results
# all parameter allows non-running containers in results
assert (
len(dockerc.compose.ps(all=True)) == 2
), "Wrong number of containers were started."
Expand Down

0 comments on commit c70e91e

Please sign in to comment.