mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 23:27:12 -05:00
fix a unit test
This commit is contained in:
parent
ff5bc72121
commit
ba23502944
1 changed files with 1 additions and 1 deletions
|
|
@ -326,5 +326,5 @@ def test_formdata():
|
|||
deck1 = deck1.saveAs(name)
|
||||
deck1.setModified()
|
||||
client.deck = deck1
|
||||
client.prepareSync()
|
||||
client.prepareSync(0)
|
||||
client.prepareFullSync()
|
||||
|
|
|
|||
Loading…
Reference in a new issue