Skip to content

Commit 8cfda99

Browse files
Generate async files
1 parent 73c33c6 commit 8cfda99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/Async/FetchLazyProperties/FetchLazyPropertiesFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ public async Task TestRefreshRemovesLazyLoadedPropertiesAsync()
10941094
{
10951095
const string query = "from Person fetch Image where Id = 1";
10961096
const string namePostFix = "_MODIFIED";
1097-
const int imageLength = 4711;
1097+
const int imageLength = 1985;
10981098

10991099
Person outerPerson = await (outerSession.CreateQuery(query).UniqueResultAsync<Person>());
11001100

0 commit comments

Comments
 (0)