Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
  • Loading branch information
chenhunghan committed Sep 30, 2021
1 parent 928ed08 commit bcf0480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/+catalog/catalog.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe("<Catalog />", () => {
jest.restoreAllMocks();
});

it("category.emit('onClickDetailIcon') when clicking on the icon in detail panl", () => {
it("category.emit('onClickDetailIcon') when clicking on the icon in detail panel", () => {
const history = createMemoryHistory();
const mockLocation = {
pathname: "",
Expand Down

0 comments on commit bcf0480

Please sign in to comment.