refactor: address PR reviews

This commit is contained in:
Maria Grimaldi
2024-03-08 15:19:26 -04:00
committed by Adolfo R. Brandes
parent c8434b87c0
commit 7f5687f175

View File

@@ -28,7 +28,7 @@ describe('teams utils', () => {
test('returns false if the group is invalid', () => {
getConfig.mockReturnValue({ ENABLE_OPEN_MANAGED_TEAM_TYPE: true });
expect(isGroupTypeEnabled('')).toBe(false);
expect(isGroupTypeEnabled('FOO')).toBe(false);
});
test('returns false if the group is null', () => {