Fix failing test
This commit is contained in:
parent
6acb2eb2b6
commit
41e3233bab
@ -629,7 +629,7 @@ def test_migrate_new(mocker, default_conf, fee, caplog):
|
|||||||
|
|
||||||
caplog.clear()
|
caplog.clear()
|
||||||
# Drop latest column
|
# Drop latest column
|
||||||
engine.execute("alter table orders drop average")
|
engine.execute("alter table orders drop column average")
|
||||||
# Run init to test migration
|
# Run init to test migration
|
||||||
init_db(default_conf['db_url'], default_conf['dry_run'])
|
init_db(default_conf['db_url'], default_conf['dry_run'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user