Skip to content

Commit 7e78844

Browse files
bitplaneGareth Davidson
authored and
Gareth Davidson
committed
use ... instead of pass to keep style of other tests
1 parent 95875a9 commit 7e78844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core/test_docker_compose.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def test_can_throw_exception_if_docker_command_fails():
1515
with pytest.raises(ContainerStartException):
1616
with DockerCompose(ROOT, compose_file_name='does-not-exist.yml'):
17-
pass
17+
...
1818

1919

2020
def test_can_spawn_service_via_compose():

0 commit comments

Comments
 (0)