mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
fix attachOld test
This commit is contained in:
parent
49089732c4
commit
6a836e5680
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ def test_attachNew():
|
||||||
deck = DeckStorage.Deck(path)
|
deck = DeckStorage.Deck(path)
|
||||||
# for attachOld()
|
# for attachOld()
|
||||||
newPath = deck.path
|
newPath = deck.path
|
||||||
|
deck.setVar("pageSize", 4096)
|
||||||
deck.save()
|
deck.save()
|
||||||
newModified = deck.modified
|
newModified = deck.modified
|
||||||
deck.close()
|
deck.close()
|
||||||
|
|
Loading…
Reference in a new issue