issue #14: fix repo path walk

This commit is contained in:
Ramkumar Chinchani
2019-08-29 13:39:32 -07:00
parent 8bf6beaf2d
commit bb5ebe6984
3 changed files with 47 additions and 38 deletions
-6
View File
@@ -38,11 +38,5 @@ func TestRepoLayout(t *testing.T) {
So(v, ShouldEqual, true)
So(err, ShouldBeNil)
})
Convey("Validate all repos", func() {
v, err := il.Validate()
So(v, ShouldEqual, true)
So(err, ShouldBeNil)
})
})
}