Sign in
edge
/
third_party
/
Masterminds
/
glide
/
8986275d94750374e791852dd4ace76ceb30ff47
/
.
/
action
/
list_test.go
blob: 1f2aed5e29ad4b46df357e29a8715f0067a5a056 [
file
] [
log
] [
blame
]
package action
import "testing"
func TestList(t *testing.T) {
if len(List("../", false).Installed) < 1 {
t.Error("Expected some packages to be found")
}
}