home: fix tests
This commit is contained in:
parent
6af11520c1
commit
2ed33007aa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue