mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove useless variable cram
This commit is contained in:
parent
3fd16beaa5
commit
0449785b7a
2 changed files with 2 additions and 2 deletions
|
@ -566,7 +566,7 @@ def test_suspend():
|
||||||
# should cope with cards in cram decks
|
# should cope with cards in cram decks
|
||||||
c.due = 1
|
c.due = 1
|
||||||
c.flush()
|
c.flush()
|
||||||
cram = col.decks.newDyn("tmp")
|
col.decks.newDyn("tmp")
|
||||||
col.sched.rebuildDyn()
|
col.sched.rebuildDyn()
|
||||||
c.load()
|
c.load()
|
||||||
assert c.due != 1
|
assert c.due != 1
|
||||||
|
|
|
@ -690,7 +690,7 @@ def test_suspend():
|
||||||
# should cope with cards in cram decks
|
# should cope with cards in cram decks
|
||||||
c.due = 1
|
c.due = 1
|
||||||
c.flush()
|
c.flush()
|
||||||
cram = col.decks.newDyn("tmp")
|
col.decks.newDyn("tmp")
|
||||||
col.sched.rebuildDyn()
|
col.sched.rebuildDyn()
|
||||||
c.load()
|
c.load()
|
||||||
assert c.due != 1
|
assert c.due != 1
|
||||||
|
|
Loading…
Reference in a new issue