chore: fix tests

This commit is contained in:
Johnny 2026-01-07 09:17:34 +08:00
parent 79f1edc9ba
commit e75862de31
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}