mirror of
https://github.com/mudler/luet.git
synced 2025-08-10 19:52:31 +00:00
Adapt tests
This commit is contained in:
parent
25f2abf103
commit
a0618107a8
@ -211,7 +211,7 @@ var _ = Describe("Package", func() {
|
|||||||
|
|
||||||
f, err := a1.BuildFormula(definitions, db)
|
f, err := a1.BuildFormula(definitions, db)
|
||||||
Expect(err).ToNot(HaveOccurred())
|
Expect(err).ToNot(HaveOccurred())
|
||||||
Expect(len(f)).To(Equal(2))
|
Expect(len(f)).To(Equal(8))
|
||||||
// Expect(f[0].String()).To(Equal("or(not(c31f5842), a4910f77)"))
|
// Expect(f[0].String()).To(Equal("or(not(c31f5842), a4910f77)"))
|
||||||
// Expect(f[1].String()).To(Equal("or(not(c31f5842), not(a97670be))"))
|
// Expect(f[1].String()).To(Equal("or(not(c31f5842), not(a97670be))"))
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user