mirror of
https://github.com/mudler/luet.git
synced 2025-09-25 06:24:46 +00:00
Check if package was inserted in systemdb in tests
This commit is contained in:
@@ -118,6 +118,8 @@ uri: "`+tmpdir+`"
|
||||
|
||||
Expect(helpers.Exists(filepath.Join(fakeroot, "test5"))).To(BeTrue())
|
||||
Expect(helpers.Exists(filepath.Join(fakeroot, "test6"))).To(BeTrue())
|
||||
_, err = systemDB.FindPackage(&pkg.DefaultPackage{Name: "b", Category: "test", Version: "1.0"})
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
})
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user