Skip to content

Commit

Permalink
Update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Jan 16, 2025
1 parent 198849a commit 338114b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><testsuites>
<testsuite name="main.tftest.hcl" tests="2" skipped="0" failures="1" errors="0">
<testcase name="failing_assertion" classname="main.tftest.hcl" time="TIME_REDACTED" timestamp="TIMESTAMP_REDACTED">
<failure message="local variable &#39;number&#39; has a value greater than zero, so assertion 2 will fail"><![CDATA[Test failed on assertion 2 of 3]]></failure>
<system-err><![CDATA[
<failure message="local variable &#39;number&#39; has a value greater than zero, so assertion 2 will fail"><![CDATA[
Error: Test assertion failed
on main.tftest.hcl line 7, in run "failing_assertion":
Expand All @@ -11,7 +10,7 @@ Error: Test assertion failed
│ local.number is 10
local variable 'number' has a value greater than zero, so assertion 2 will fail
]]></system-err>
]]></failure>
</testcase>
<testcase name="passing_assertion" classname="main.tftest.hcl" time="TIME_REDACTED" timestamp="TIMESTAMP_REDACTED"></testcase>
</testsuite>
Expand Down

0 comments on commit 338114b

Please sign in to comment.