mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 18:49:39 +00:00
Add package category and make fingerprint more unique
This commit is contained in:
@@ -95,8 +95,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(1c6f6460), 0e78200a)"))
|
||||
Expect(f[1].String()).To(Equal("or(not(1c6f6460), not(039f5fc3))"))
|
||||
Expect(f[0].String()).To(Equal("or(not(d698a46c), 0dc06f33)"))
|
||||
Expect(f[1].String()).To(Equal("or(not(d698a46c), not(2e57efc4))"))
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user