mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Update packages/core/test/unit/resources/Projects.ts
This commit is contained in:
parent
6fb0f7a964
commit
628828315b
@ -53,7 +53,7 @@ describe('Projects.allGroups', () => {
|
||||
|
||||
describe('Projects.allInvitedGroups', () => {
|
||||
it('should request GET /projects/2/invited_groups', async () => {
|
||||
await service.allSharedGroups(2);
|
||||
await service.allInvitedGroups(2);
|
||||
|
||||
expect(RequestHelper.get()).toHaveBeenCalledWith(
|
||||
service,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user