Skip to content

Commit f24ec77

Browse files
committed
FIX: Failing tests caused by persistence specification changes
1 parent 4e64fff commit f24ec77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FluentNHibernate.Testing/Testing/Values/PropertySpecs.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ public void should_fail()
235235
public void should_tell_which_property_failed_the_check()
236236
{
237237
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'");
238+
239+
exception.Message.ShouldEqual("For property 'GetterAndSetter' of type 'System.String' expected 'expected' but got 'actual'");
239240
}
240241
}
241242

0 commit comments

Comments
 (0)