mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 00:27:13 -05: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()
|
d.reset()
|
||||||
assert d.sched.counts() == (0, 0, 1)
|
assert d.sched.counts() == (0, 0, 1)
|
||||||
d.sched.answerCard(d.sched.getCard(), 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():
|
def test_timing():
|
||||||
d = getEmptyDeck()
|
d = getEmptyDeck()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue