Skip to content

Commit e75862d

Browse files
committed
chore: fix tests
1 parent 79f1edc commit e75862d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/test/migrator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ func TestGetCurrentSchemaVersion(t *testing.T) {
1313

1414
currentSchemaVersion, err := ts.GetCurrentSchemaVersion()
1515
require.NoError(t, err)
16-
require.Equal(t, "0.25.1", currentSchemaVersion)
16+
require.Equal(t, "0.26.2", currentSchemaVersion)
1717
}

0 commit comments

Comments
 (0)