mirror of https://github.com/usememos/memos.git
chore: fix tests
This commit is contained in:
parent
79f1edc9ba
commit
e75862de31
|
|
@ -13,5 +13,5 @@ func TestGetCurrentSchemaVersion(t *testing.T) {
|
|||
|
||||
currentSchemaVersion, err := ts.GetCurrentSchemaVersion()
|
||||
require.NoError(t, err)
|
||||
require.Equal(t, "0.25.1", currentSchemaVersion)
|
||||
require.Equal(t, "0.26.2", currentSchemaVersion)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue