Skip to content

Commit c947a38

Browse files
author
Said Shah
committed
formatting and changes based on PR comments
1 parent f39743f commit c947a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/molecules/lists/radio-list.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from "react";
22
import { render } from "@testing-library/react";
33
import {
4-
RadioList,
54
COMPONENT_CLASS,
5+
RadioList,
66
RadioListStyles,
77
RadioListButtonStyleClassName,
88
} from "./radio-list";
@@ -22,7 +22,7 @@ describe("RadioList", () => {
2222
expect(getByText(expected)).not.toBeNull();
2323
});
2424

25-
test("when items prop is empty, radio-list returns", () => {
25+
test("when items prop is empty, radio-list returns null", () => {
2626
// Arrange & Act
2727
const { container } = render(<RadioList items={[]} />);
2828
const result = container.querySelector("." + COMPONENT_CLASS);

0 commit comments

Comments
 (0)