Skip to content

Commit 102a121

Browse files
committed
fix failing test
1 parent 35a82e4 commit 102a121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-components/src/components/Subheader/Subheader.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe("Subheader", () => {
2828
});
2929

3030
it("renders the navigation container", () => {
31-
expect(subheader).toHaveClass("bcds-react-aria-Subheader--Container");
31+
expect(subheader).toHaveClass("bcds-Subheader--Container");
3232
expect(subheader).toHaveAttribute("data-testid", "subheader");
3333
});
3434

0 commit comments

Comments
 (0)