We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb146d commit 04810fcCopy full SHA for 04810fc
ams-cap-nodejs-bookshop/test/cat-service.test.js
@@ -231,7 +231,7 @@ describe('CatalogService', () => {
231
* - access to Catweazle is granted as its genre is Fantasy
232
* - access to Eleonora is granted as its description hints at a happy ending but filtered out by stock < 30 from ReadCatalog policy
233
*/
234
- it('/Books should return 2 Books (Eleonora, Catweazle)', async () => {
+ it('/Books should return 1 Book (Catweazle)', async () => {
235
const { status, data } = await GET`/odata/v4/catalog/Books`
236
expect(status).toBe(200)
237
expect(data.value?.length).toBe(1)
@@ -254,4 +254,4 @@ describe('CatalogService', () => {
254
})
255
256
257
-})
+})
0 commit comments