Adapt tests

Adapt docker and package tests

Fix tree test
This commit is contained in:
Ettore Di Giacinto
2019-11-29 19:01:54 +01:00
parent 5d2d92e684
commit e31f8820e2
4 changed files with 33 additions and 18 deletions

View File

@@ -45,7 +45,7 @@ var _ = Describe("Database", func() {
ids := db.GetPackages()
Expect(ids).To(Equal([]string{"b536b2bd"}))
Expect(ids).To(Equal([]string{"bad96fcd"}))
})
It("Find packages", func() {