mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 02:29:38 +00:00
Adapt tests
This commit is contained in:
@@ -40,7 +40,7 @@ var _ = Describe("GentooBuilder", func() {
|
||||
p, err := tree.GetPackageSet().GetPackage(pid)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(p.GetName()).To(ContainSubstring("pinentry"))
|
||||
// Expect(p.GetVersion()).To(ContainSubstring("1."))
|
||||
Expect(p.GetVersion()).To(ContainSubstring("1."))
|
||||
}
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user