Skip to content

Commit

Permalink
FIX changes by black
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Jul 5, 2024
1 parent 3a75c2a commit 4e31268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neurodocker/cli/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ def test_default_header_and_entrypoint(cmd: str, pkg_manager: str, entrypoint: s
) in result.output

if entrypoint == "default":
assert '%runscript\n/neurodocker/startup.sh\n' in result.output
assert "%runscript\n/neurodocker/startup.sh\n" in result.output
else:
assert '%runscript\nI decide\n' in result.output
assert "%runscript\nI decide\n" in result.output

0 comments on commit 4e31268

Please sign in to comment.