Fix failing test

This commit is contained in:
Matthias 2021-05-21 20:44:11 +02:00
parent 6acb2eb2b6
commit 41e3233bab

View File

@ -629,7 +629,7 @@ def test_migrate_new(mocker, default_conf, fee, caplog):
caplog.clear()
# Drop latest column
engine.execute("alter table orders drop average")
engine.execute("alter table orders drop column average")
# Run init to test migration
init_db(default_conf['db_url'], default_conf['dry_run'])