mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix sched unit test
This commit is contained in:
parent
29cb76de8f
commit
cbeccc4d8a
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ def test_repCounts():
|
|||
d.reset()
|
||||
assert d.sched.counts() == (0, 0, 1)
|
||||
d.sched.answerCard(d.sched.getCard(), 1)
|
||||
assert d.sched.counts() == (0, 2, 0)
|
||||
assert d.sched.counts() == (0, 1, 0)
|
||||
|
||||
def test_timing():
|
||||
d = getEmptyDeck()
|
||||
|
|
Loading…
Reference in a new issue