Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 23, 2021
1 parent a637e17 commit 46af91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/languages/docker_test.py
Expand Up @@ -87,4 +87,4 @@ def test_in_docker_binds_path_many_binds(self, _):
subprocess, 'check_output',
return_value=output_string,
):
assert docker.get_docker_path('/project') == '/opt/my_code'
assert docker.get_docker_path('/project') == '/opt/my_code'

0 comments on commit 46af91c

Please sign in to comment.