Fixup tests
This commit is contained in:
parent
c1d2f3a1b7
commit
b81e7ea950
2 changed files with 9 additions and 5 deletions
|
|
@ -410,9 +410,11 @@ WHERE packages.id IN (
|
|||
(with-time-logging "preparing location ids"
|
||||
(map (match-lambda
|
||||
((_ location rest ...)
|
||||
(location->location-id
|
||||
conn
|
||||
location)))
|
||||
(if location
|
||||
(location->location-id
|
||||
conn
|
||||
location)
|
||||
NULL)))
|
||||
package-metadata))
|
||||
license-set-ids
|
||||
(with-time-logging "preparing package description set ids"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue