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

Commit

Permalink
fixup! Make the godep importer tests table based
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdah committed Aug 9, 2017
1 parent cbc07aa commit 1df5ee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/dep/godep_importer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ func TestGodepConfig_Convert(t *testing.T) {
},
projectRoot: gps.ProjectRoot("github.com/sdboyer/deptest"),
matchPairedVersion: false,
wantConstraint: ">=1.12.0, <=12.0.0-g2fd980e",
wantConstraint: "^1.12.0-12-g2fd980e",
wantLockCount: 1,
wantVersion: "v1.0.0",
},
"empty comment": {
json: godepJSON{
Expand Down

0 comments on commit 1df5ee5

Please sign in to comment.