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 73c33c6 commit 8cfda99Copy full SHA for 8cfda99
src/NHibernate.Test/Async/FetchLazyProperties/FetchLazyPropertiesFixture.cs
@@ -1094,7 +1094,7 @@ public async Task TestRefreshRemovesLazyLoadedPropertiesAsync()
1094
{
1095
const string query = "from Person fetch Image where Id = 1";
1096
const string namePostFix = "_MODIFIED";
1097
- const int imageLength = 4711;
+ const int imageLength = 1985;
1098
1099
Person outerPerson = await (outerSession.CreateQuery(query).UniqueResultAsync<Person>());
1100
0 commit comments