From fa6a5c025d9c384bdccd55267e32d1e0838b85da Mon Sep 17 00:00:00 2001 From: Iain Billett Date: Thu, 8 Jul 2021 15:47:19 +0100 Subject: [PATCH] Typo Signed-off-by: Iain Billett --- .../src/ingestion/processors/codeowners/resolve.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/ingestion/processors/codeowners/resolve.test.ts b/plugins/catalog-backend/src/ingestion/processors/codeowners/resolve.test.ts index 9e1893e4b1..4e6c646073 100644 --- a/plugins/catalog-backend/src/ingestion/processors/codeowners/resolve.test.ts +++ b/plugins/catalog-backend/src/ingestion/processors/codeowners/resolve.test.ts @@ -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', () => {