diff --git a/tests/test_models.py b/tests/test_models.py
index 79fad3af1..920d06d2e 100644
--- a/tests/test_models.py
+++ b/tests/test_models.py
@@ -135,7 +135,7 @@ def test_cloze():
f = d.newNote()
f['Text'] = "hello {{c1::world::typical}}"
assert d.addNote(f) == 1
- assert "[typical...]" in f.cards()[0].q()
+ assert "[typical]" in f.cards()[0].q()
assert "world" in f.cards()[0].a()
# and with 2 clozes
f = d.newNote()