Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
fixup! Support semver suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdah committed Jul 22, 2017
1 parent aad00e8 commit a2c11c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gps/source_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestSourceManager_InferConstraint(t *testing.T) {
t.Fatal(err)
}

svs, err := NewSemverConstraintIC(">=0.12.0, <=12.0.0-de4dcafe0")
svs, err := NewSemverConstraintIC("v0.12.0-12-de4dcafe0")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit a2c11c7

Please sign in to comment.