Skip to content

Commit 427c9b8

Browse files
fix: test linting issue
1 parent 2aeddb6 commit 427c9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/tests/test_docker_compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_can_specify_services():
5757
[False],
5858
])
5959
def test_can_run_specific_services(should_run_hub: bool):
60-
# compose V2 will improve this test by being able to assert that "firefox" also has started and exited
60+
# compose V2 will improve this test by being able to assert that "firefox" also started/exited
6161
services = ["firefox"]
6262
if should_run_hub:
6363
services.append("hub")

0 commit comments

Comments
 (0)