Skip to content

Commit 88fbdf3

Browse files
its-mitesh-kumaropenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
fixing with prettier
Signed-off-by: its-mitesh-kumar <[email protected]>
1 parent 204470c commit 88fbdf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/src/components/catalog/EntityPage/utils.test.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defaultTabs } from './defaultTabs';
2-
import { mergeTabs } from './utils';
2+
import { mergeTabs } from './utils';
33

44
describe('mergeTabs', () => {
55
it('should return defaultTabs when no overrides are provided', () => {
@@ -38,7 +38,7 @@ describe('mergeTabs', () => {
3838
},
3939
};
4040
const result = mergeTabs(overrides);
41-
expect(result[0][0]).toBe('/topology');
41+
expect(result[0][0]).toBe('/topology');
4242
expect(result[1][0]).toBe('/docs');
4343
});
4444
});

0 commit comments

Comments
 (0)