mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix unit test
This commit is contained in:
parent
47e8e3d718
commit
7c95b00253
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ def test_suspend():
|
|||
assert c.type == 2
|
||||
assert c.due == 1
|
||||
# should cope with cards in cram decks
|
||||
c.due = 0
|
||||
c.due = 1
|
||||
c.flush()
|
||||
cram = d.decks.newDyn("tmp")
|
||||
d.sched.rebuildDyn()
|
||||
|
|
Loading…
Reference in a new issue