From a898f61ddd5b57a80194cb42c1fb4a57635062b3 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 3 Jan 2020 15:21:36 +1000 Subject: [PATCH] formatting fix --- pylib/tests/test_models.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pylib/tests/test_models.py b/pylib/tests/test_models.py index f07d51eef..5e10c3aa0 100644 --- a/pylib/tests/test_models.py +++ b/pylib/tests/test_models.py @@ -215,7 +215,9 @@ def test_cloze_mathjax(): f["Text"] = r"\(a\) {{c1::b}} \[ {{c1::c}} \]" assert d.addNote(f) assert len(f.cards()) == 1 - assert f.cards()[0].q().endswith(r"\(a\) [...] \[ [...] \]") + assert ( + f.cards()[0].q().endswith(r"\(a\) [...] \[ [...] \]") + ) def test_chained_mods():