From cd70fdce1eb2493ec6cee3529df129c2dff00cd8 Mon Sep 17 00:00:00 2001 From: queicherius Date: Sun, 13 Oct 2024 15:59:33 +0000 Subject: [PATCH] Update homestead test bulk --- tests/endpoints/homestead.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/endpoints/homestead.spec.js b/tests/endpoints/homestead.spec.js index 0cbb64e..880f008 100644 --- a/tests/endpoints/homestead.spec.js +++ b/tests/endpoints/homestead.spec.js @@ -13,7 +13,7 @@ describe('endpoints > homestead', () => { endpoint = endpoint.decorations() expect(endpoint.isPaginated).toEqual(true) - expect(endpoint.isBulk).toEqual(false) + expect(endpoint.isBulk).toEqual(true) expect(endpoint.isLocalized).toEqual(true) expect(endpoint.isAuthenticated).toEqual(false) expect(endpoint.cacheTime).not.toEqual(undefined)