Skip to content

Commit

Permalink
Updated test to match with current version set in version.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoSmit committed Nov 3, 2024
1 parent b13cfc3 commit 3ad0d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/store/migrator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 3ad0d88

Please sign in to comment.