mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
issue #14: fix repo path walk
This commit is contained in:
@@ -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)
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user