remove useless variable cram

This commit is contained in:
Arthur Milchior 2020-07-20 06:24:42 +02:00
parent 3fd16beaa5
commit 0449785b7a
2 changed files with 2 additions and 2 deletions

View file

@ -566,7 +566,7 @@ def test_suspend():
# should cope with cards in cram decks
c.due = 1
c.flush()
cram = col.decks.newDyn("tmp")
col.decks.newDyn("tmp")
col.sched.rebuildDyn()
c.load()
assert c.due != 1

View file

@ -690,7 +690,7 @@ def test_suspend():
# should cope with cards in cram decks
c.due = 1
c.flush()
cram = col.decks.newDyn("tmp")
col.decks.newDyn("tmp")
col.sched.rebuildDyn()
c.load()
assert c.due != 1