Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg committed Aug 19, 2024
1 parent b054db6 commit eb0be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/utils/repoKind.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('repoKind', () => {
});

it('radius', () => {
expect(methods.getRepoKind('opencost')).toBe(RepositoryKind.RadiusRecipe);
expect(methods.getRepoKind('radius')).toBe(RepositoryKind.RadiusRecipe);
});

it('unknown', () => {
Expand Down

0 comments on commit eb0be36

Please sign in to comment.