mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Fix tests for search
This commit is contained in:
@@ -984,8 +984,8 @@ describe("wsdl api", () => {
|
|||||||
});
|
});
|
||||||
expect(result[0]).toEqual(
|
expect(result[0]).toEqual(
|
||||||
searchResult({
|
searchResult({
|
||||||
mediaCollection: tracks.map((it) =>
|
mediaMetadata: tracks.map((it) =>
|
||||||
album(bonobUrlWithAccessToken, it.album)
|
track(bonobUrlWithAccessToken, it)
|
||||||
),
|
),
|
||||||
index: 0,
|
index: 0,
|
||||||
total: 2,
|
total: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user