Skip to content

Commit 2ba7b90

Browse files
committed
Update test output since bug is fixed
since this fix: - "The expected difference {0} does not match actual difference {1}".format(expected_diff.step.context.difference) + "The expected difference {0} does not match actual difference {1}".format( + expected_diff, step.context.difference + ) we get the propper error message now
1 parent b0d15b3 commit 2ba7b90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/output/unix/everything_with_failures_dot_formatter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Failures:
44
features/everything_with_failures.feature: Subtract numbers wrongly
55
Then I expect the difference to be 3
6-
AttributeError: 'int' object has no attribute 'step'
6+
AssertionError: The expected difference 3 does not match actual difference 2
77

88
features/everything_with_failures.feature: A Scenario Outline - row 0
99
Then I expect the sum to be 3

tests/output/windows/everything_with_failures_dot_formatter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Failures:
44
features\everything_with_failures.feature: Subtract numbers wrongly
55
Then I expect the difference to be 3
6-
AttributeError: 'int' object has no attribute 'step'
6+
AssertionError: The expected difference 3 does not match actual difference 2
77

88
features\everything_with_failures.feature: A Scenario Outline - row 0
99
Then I expect the sum to be 3

0 commit comments

Comments
 (0)