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

Commit

Permalink
Fix the ensure integration tests
Browse files Browse the repository at this point in the history
Now that we are checking if the command actually passed, it uncovered
that some tests were always failing
  • Loading branch information
carolynvs committed Apr 16, 2017
1 parent a6c3b4f commit 5dfaa3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"commands": [
["init"],
["ensure", "-update", "github.com/sdboyer/deptest"]
],
"vendor-final": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"commands": [
["init"],
["ensure", "-n", "-update", "github.com/sdboyer/deptest"]
],
"vendor-final": []
Expand Down

0 comments on commit 5dfaa3d

Please sign in to comment.