mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Adapt tests
Adapt docker and package tests Fix tree test
This commit is contained in:
@@ -65,7 +65,7 @@ var _ = Describe("Tree", func() {
|
||||
solution, err := s.Install([]pkg.Package{pack})
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
||||
solution = solution.Order(pack.GetFingerPrint())
|
||||
solution = solution.Order(generalRecipe.GetDatabase(), pack.GetFingerPrint())
|
||||
|
||||
Expect(solution[0].Package.GetName()).To(Equal("a"))
|
||||
Expect(solution[0].Value).To(BeFalse())
|
||||
|
Reference in New Issue
Block a user