mirror of
https://github.com/mudler/luet.git
synced 2025-09-06 09:41:05 +00:00
Adapt test which checks for db ID
This commit is contained in:
committed by
Ettore Di Giacinto
parent
57181d7cbf
commit
8cab02ad88
@@ -45,7 +45,7 @@ var _ = Describe("Database", func() {
|
|||||||
|
|
||||||
ids := db.GetPackages()
|
ids := db.GetPackages()
|
||||||
|
|
||||||
Expect(ids).To(Equal([]string{"bad96fcd"}))
|
Expect(ids).To(Equal([]string{"A-->=1.0"}))
|
||||||
|
|
||||||
})
|
})
|
||||||
It("Find packages", func() {
|
It("Find packages", func() {
|
||||||
|
Reference in New Issue
Block a user