home: fix tests

This commit is contained in:
Stanislav Chzhen 2023-03-20 17:49:07 +03:00
parent 6af11520c1
commit 2ed33007aa
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ func TestUpgradeSchema19to20(t *testing.T) {
"statistics": yobj{
"interval": tc.ivl,
},
"schema_version": 17,
"schema_version": 19,
}
t.Run(tc.name, func(t *testing.T) {
err := upgradeSchema19to20(conf)