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(
|
||||
searchResult({
|
||||
mediaCollection: tracks.map((it) =>
|
||||
album(bonobUrlWithAccessToken, it.album)
|
||||
mediaMetadata: tracks.map((it) =>
|
||||
track(bonobUrlWithAccessToken, it)
|
||||
),
|
||||
index: 0,
|
||||
total: 2,
|
||||
|
||||
Reference in New Issue
Block a user