mirror of
https://github.com/mudler/luet.git
synced 2025-09-18 16:32:16 +00:00
⚙️ Small fixups and enhancements
This commit is contained in:
committed by
mudler
parent
e70a543f42
commit
c363c916d6
@@ -1213,7 +1213,7 @@ var _ = Describe("Solver", func() {
|
||||
}
|
||||
|
||||
val, err := s.Conflicts(A, dbInstalled.World())
|
||||
Expect(err.Error()).To(Equal("\n/B-"))
|
||||
Expect(err.Error()).To(Equal("\nB"))
|
||||
Expect(val).To(BeTrue())
|
||||
|
||||
})
|
||||
@@ -1237,7 +1237,7 @@ var _ = Describe("Solver", func() {
|
||||
}
|
||||
|
||||
val, err := s.Conflicts(D, dbInstalled.World())
|
||||
Expect(err.Error()).To(Or(Equal("\n/A-\n/B-"), Equal("\n/B-\n/A-")))
|
||||
Expect(err.Error()).To(Or(Equal("\nA\nB"), Equal("\nB\nA")))
|
||||
Expect(val).To(BeTrue())
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user