mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 00:06:36 +00:00
Introduce Packages for []Package
This commit is contained in:
@@ -882,7 +882,7 @@ var _ = Describe("Solver", func() {
|
||||
Expect(lst).To(ContainElement(a03))
|
||||
Expect(lst).ToNot(ContainElement(old))
|
||||
Expect(len(lst)).To(Equal(5))
|
||||
p := pkg.Best(lst)
|
||||
p := lst.Best()
|
||||
Expect(p).To(Equal(a03))
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user