Skip to content

Commit

Permalink
test: 토글 컴포넌트 테스트 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 24, 2024
1 parent a7121f2 commit 053f4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wow-ui/src/components/Toggle/Toggle.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe("toggle", () => {
});
});

describe("when initialIsActive is true", () => {
describe("when defaultChecked is true", () => {
let rendered: RenderResult;

beforeEach(() => {
Expand Down

0 comments on commit 053f4e7

Please sign in to comment.