mirror of
https://github.com/usememos/memos.git
synced 2024-11-15 03:07:04 +08:00
Updated test to match with current version set in version.go file
This commit is contained in:
parent
b13cfc346a
commit
3ad0d889b6
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ func TestGetCurrentSchemaVersion(t *testing.T) {
|
|||
|
||||
currentSchemaVersion, err := ts.GetCurrentSchemaVersion()
|
||||
require.NoError(t, err)
|
||||
require.Equal(t, "0.23.1", currentSchemaVersion)
|
||||
require.Equal(t, "0.23.0", currentSchemaVersion)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue