Add package category and make fingerprint more unique

This commit is contained in:
Ettore Di Giacinto
2019-06-14 17:40:24 +02:00
parent b29ce651b9
commit db90a8f69c
2 changed files with 16 additions and 3 deletions

View File

@@ -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))"))
})
})