Signed-off-by: Iain Billett <iain@roadie.io>
This commit is contained in:
Iain Billett
2021-07-08 15:47:19 +01:00
parent e1f97de053
commit fa6a5c025d
@@ -29,7 +29,7 @@ describe('resolveCodeOwner', () => {
describe('normalizeCodeOwner', () => {
it('should remove the @ symbol', () => {
expect(normalizeCodeOwner('@yoda')).toBe('user:yoda');
expect(normalizeCodeOwner('@yoda')).toBe('User:yoda');
});
it('should remove org from org/team format', () => {