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 1aaa0d0 commit d64a25cCopy full SHA for d64a25c
src/NHibernate.Test/FetchLazyProperties/FetchLazyPropertiesFixture.cs
@@ -1083,7 +1083,7 @@ public void TestRefreshRemovesLazyLoadedProperties()
1083
{
1084
const string query = "from Person fetch Image where Id = 1";
1085
const string namePostFix = "_MODIFIED";
1086
- const int imageLength = 4711;
+ const int imageLength = 1000;
1087
1088
Person outerPerson = outerSession.CreateQuery(query).UniqueResult<Person>();
1089
0 commit comments