Skip to content

Commit

Permalink
Fix failing CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
lexi-lambda committed Dec 18, 2019
1 parent 756d8ab commit 45b7e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,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-rc.1")
c, err := semver.NewConstraint("<= v1.0.0")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 45b7e9e

Please sign in to comment.