Skip to content

Commit

Permalink
Fixed broken assertion in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdailey99 committed Oct 20, 2023
1 parent b6c953a commit d7987e9
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,8 @@
</arguments>
<resultAssertions>
<resultAssertion resultName="Name" title="Check Name">
<expected class="compound">
<parts>
<variable>
<path element="LeadCompany"/>
</variable>
<value valueClass="string">123</value>
</parts>
<expected class="variable">
<path element="LeadCompany"/>
</expected>
</resultAssertion>
<resultAssertion resultName="Phone" title="Check Phone">
Expand Down Expand Up @@ -443,6 +438,6 @@
</outputArgument>
</outputArgs>
<associations>
<association assocationType="TM.TEST_CASE" connectionId="55d392f7-ccc9-4c71-aa4e-33aa895ddd53" entityKey="a0R8d000007vLhOEAU" lastModifiedDateTime="2023-10-20T19:33:01Z"/>
<association assocationType="TM.TEST_CASE" connectionId="55d392f7-ccc9-4c71-aa4e-33aa895ddd53" entityKey="a0R8d000007vLhOEAU" lastModifiedDateTime="2023-10-20T19:48:01Z"/>
</associations>
</testCase>

0 comments on commit d7987e9

Please sign in to comment.