mirror of
https://github.com/mudler/luet.git
synced 2025-09-06 01:30:29 +00:00
Drop ID from marshalled content
This commit is contained in:
@@ -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(3dabcd83), dc3841f5)"))
|
||||
Expect(f[1].String()).To(Equal("or(not(3dabcd83), not(5f881536))"))
|
||||
Expect(f[0].String()).To(Equal("or(not(c31f5842), a4910f77)"))
|
||||
Expect(f[1].String()).To(Equal("or(not(c31f5842), not(a97670be))"))
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user