Commit e75862de authored by Johnny's avatar Johnny

chore: fix tests

parent 79f1edc9
...@@ -13,5 +13,5 @@ func TestGetCurrentSchemaVersion(t *testing.T) { ...@@ -13,5 +13,5 @@ func TestGetCurrentSchemaVersion(t *testing.T) {
currentSchemaVersion, err := ts.GetCurrentSchemaVersion() currentSchemaVersion, err := ts.GetCurrentSchemaVersion()
require.NoError(t, err) require.NoError(t, err)
require.Equal(t, "0.25.1", currentSchemaVersion) require.Equal(t, "0.26.2", currentSchemaVersion)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment