mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
remove print statement from unit tests
This commit is contained in:
parent
98a4a1927a
commit
a86ce5a1d4
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ def test_latex():
|
|||
assert len(os.listdir(col.media.dir())) == 0
|
||||
# check the error message
|
||||
msg = note.cards()[0].q()
|
||||
print(msg)
|
||||
assert "executing nolatex" in without_unicode_isolation(msg)
|
||||
assert "installed" in msg
|
||||
# check if we have latex installed, and abort test if we don't
|
||||
|
|
Loading…
Reference in a new issue