mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
chore: add deleteScimGroups to fake group store
This commit is contained in:
parent
c61617415b
commit
5dde32e7c2
4
src/test/fixtures/fake-group-store.ts
vendored
4
src/test/fixtures/fake-group-store.ts
vendored
@ -125,4 +125,8 @@ export default class FakeGroupStore implements IGroupStore {
|
|||||||
hasProjectRole(groupId: number): Promise<boolean> {
|
hasProjectRole(groupId: number): Promise<boolean> {
|
||||||
throw new Error('Method not implemented.');
|
throw new Error('Method not implemented.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
deleteScimGroups(): Promise<void> {
|
||||||
|
throw new Error('Method not implemented.');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user