Skip to content

Commit

Permalink
test: Update inaccurate test name (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Dec 9, 2024
1 parent 29cdb1c commit 6db2c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("AccessibilityIcon", () => {
expect(screen.getByTestId("empty")).not.toBeEmptyDOMElement();
});

it("should not return an icon for an accessible stop", () => {
it("should not return an icon for an inaccessible stop even if it has some accessibility features", () => {
const stop = { accessibility: ["escalator_up"] };
render(
<div data-testid="empty">
Expand Down

0 comments on commit 6db2c89

Please sign in to comment.