Skip to content

Commit 73c33c6

Browse files
committed
Fix Oracle
1 parent 307e602 commit 73c33c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/FetchLazyProperties/FetchLazyPropertiesFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ public void TestRefreshRemovesLazyLoadedProperties()
10831083
{
10841084
const string query = "from Person fetch Image where Id = 1";
10851085
const string namePostFix = "_MODIFIED";
1086-
const int imageLength = 4711;
1086+
const int imageLength = 1985;
10871087

10881088
Person outerPerson = outerSession.CreateQuery(query).UniqueResult<Person>();
10891089

0 commit comments

Comments
 (0)