Skip to content

Commit

Permalink
Stop defaulting testFormatVersion to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Nov 27, 2023
1 parent aaa628c commit c29eef0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/components/TestRenderer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const TestRenderer = ({
at,
testResult = {},
testPageUrl,
testFormatVersion = 1,
testFormatVersion,
testRunStateRef,
recentTestRunStateRef,
testRunResultRef,
Expand Down Expand Up @@ -533,7 +533,6 @@ const TestRenderer = ({

const AssertionsContent = ({ labelIdRef }) => {
const assertions = [...pageContent.instructions.assertions.assertions];

const content = parseListContent(assertions);

return (
Expand Down

0 comments on commit c29eef0

Please sign in to comment.