Skip to content

Commit

Permalink
change previous semver constraint to beta.10 in migrate_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkky committed Nov 18, 2019
1 parent ba1b335 commit ef9ca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/migrate_test.go
Expand Up @@ -285,7 +285,7 @@ func mustWriteFile(t testing.TB, dir, file string, body string) {

func compareMetadata(t testing.TB, metadataFile string, actualType string, serverVersion *semver.Version) {
var actualData []byte
c, err := semver.NewConstraint("<= v1.0.0-beta.9")
c, err := semver.NewConstraint("<= v1.0.0-beta.10")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit ef9ca75

Please sign in to comment.