We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e64fff commit f24ec77Copy full SHA for f24ec77
src/FluentNHibernate.Testing/Testing/Values/PropertySpecs.cs
@@ -235,7 +235,8 @@ public void should_fail()
235
public void should_tell_which_property_failed_the_check()
236
{
237
var exception = (ApplicationException)thrown_exception;
238
- exception.Message.ShouldEqual("For property 'GetterAndSetter' expected 'expected' of type 'System.String' but got 'actual' of type 'System.String'");
+
239
+ exception.Message.ShouldEqual("For property 'GetterAndSetter' of type 'System.String' expected 'expected' but got 'actual'");
240
}
241
242
0 commit comments