Skip to content

Commit

Permalink
Fix incorrect test name for TabSelector (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwatrous committed Nov 9, 2023
1 parent 7e47bbd commit b566560
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { createParam } from "../../../form";
import { runAxe } from "../../../test-util/a11y";
import { TabSelector } from "../tab-selector";

describe("Dropdown form control", () => {
describe("Tab selector control", () => {
beforeEach(() => initMockBrowserEnvironment());

test("Render simple tab selector", async () => {
Expand Down

0 comments on commit b566560

Please sign in to comment.