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)