Skip to content

Commit

Permalink
Update app/__tests__/components/JsonOutputModal.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Fahim <[email protected]>
  • Loading branch information
nutrina and farque65 authored Jun 14, 2022
1 parent 103acc9 commit bb6e1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__tests__/components/JsonOutputModal.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ afterEach(() => {
});

describe("displays the modal", () => {
it("should not display your modals content", () => {
it("should display your modals content", () => {
render(<JsonOutputModal {...props} />);

const subheading = screen.queryByText("Custom subheading");
Expand Down

0 comments on commit bb6e1e5

Please sign in to comment.