Skip to content

Commit

Permalink
Fix failing CLI test (hasura#3567)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexi-lambda authored and polRk committed Feb 12, 2020
1 parent 0db7125 commit 709563d
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 709563d

Please sign in to comment.