Skip to content

Commit fae0710

Browse files
committed
Fixed broken test
1 parent 2a81478 commit fae0710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestStack.BDDfy.Tests/UnusedExampleValueScenario.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public void WhenExampleIsNotUsedItThrows()
1313
this.Given("Foo")
1414
.WithExamples(new ExampleTable("Example 1") { 1 }).BDDfy());
1515

16-
ex.Message.ShouldBe("Example Column 'Example 1' is unused, all examples should be consumed by the test (have you misspelt a field or property?)");
16+
ex.Message.ShouldBe("Example Column 'Example 1' is unused, all examples should be consumed by the test (have you misspelt a field or property?)\r\n\r\nIf this is not the case, raise an issue at https://github.com/TestStack/TestStack.BDDfy/issues.");
1717
}
1818

1919
[Fact]

0 commit comments

Comments
 (0)