Skip to content

Commit

Permalink
Update homestead test bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
queicherius committed Oct 13, 2024
1 parent 8fe3343 commit cd70fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/endpoints/homestead.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cd70fdc

Please sign in to comment.