Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Sep 1, 2018
1 parent 1165301 commit ae3f9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/service_test.py
Expand Up @@ -81,7 +81,7 @@ def test_container_without_name(self):
service = Service('db', self.mock_client, 'myproject', image='foo')

assert [c.id for c in service.containers()] == ['1']
assert service.g_next_container_number() == 2
assert service._next_container_number() == 2
assert service.get_container(1).id == '1'

def test_get_volumes_from_container(self):
Expand Down

0 comments on commit ae3f9bf

Please sign in to comment.