mirror of
https://github.com/mudler/luet.git
synced 2025-09-09 19:19:49 +00:00
Add boltdb implementation for packageset and db
This commit is contained in:
committed by
Ettore Di Giacinto
parent
da8734ed6a
commit
c3197d70fc
@@ -94,8 +94,8 @@ var _ = Describe("Package", func() {
|
||||
f, err := a1.BuildFormula()
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(len(f)).To(Equal(2))
|
||||
Expect(f[0].String()).To(Equal("or(not(d698a46c), 0dc06f33)"))
|
||||
Expect(f[1].String()).To(Equal("or(not(d698a46c), not(2e57efc4))"))
|
||||
Expect(f[0].String()).To(Equal("or(not(fd21d375), c85f382e)"))
|
||||
Expect(f[1].String()).To(Equal("or(not(fd21d375), not(f512c160))"))
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user