Skip to content

Commit

Permalink
Fix test: Why is DEBUG active there?!
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarlich committed Jan 3, 2025
1 parent 9088981 commit b0e964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_assert_private_dirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_pdirs_missing(runner, yadm_cmd, paths, home):
# run status
run = runner(command=yadm_cmd("status"), env=env)
assert run.success
assert run.err == ""
assert run.err.startswith("\x1b[1;32mgit ")
assert "On branch master" in run.out

# confirm directories are created
Expand Down

0 comments on commit b0e964a

Please sign in to comment.