Skip to content

Commit 0be09f5

Browse files
shanejonaszcstarr
andauthored
Update src/Methods/Methods.test.tsx
Co-Authored-By: Zane Starr <zcstarr@gmail.com>
1 parent 80acb52 commit 0be09f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Methods/Methods.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ it("renders schema methods name", () => {
4444
ReactDOM.unmountComponentAtNode(div);
4545
});
4646

47-
it("doesnt renders collapsed contents", () => {
47+
it("doesnt render collapsed contents", () => {
4848
const div = document.createElement("div");
4949
const schema = {
5050
methods: [

0 commit comments

Comments
 (0)