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 22f20a1
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 all(line.startswith("\x1b[1;32mgit ") for line in run.err.splitlines())
assert "On branch master" in run.out

# confirm directories are created
Expand Down

0 comments on commit 22f20a1

Please sign in to comment.