Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Apr 27, 2023
1 parent 1374b18 commit a22cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/__tests__/FontAwesomeIcon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe("icon title prop", () => {
"svg-inline--fa-title-caf-1138"
);

expect(wrapper.element.querySelector("tgle").textContent).toBe(
expect(wrapper.element.querySelector("title").textContent).toBe(
"Drink your caf"
);

Expand Down

0 comments on commit a22cfc4

Please sign in to comment.