Sign in
edge
/
third_party
/
Masterminds
/
glide
/
a0518f3dca25554c75085892880320f90e74d1e4
/
.
/
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")
}
}