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 b3124d7 commit fb8cf9fCopy full SHA for fb8cf9f
src/NHibernate.Test/NHSpecificTest/NH2489/Fixture.cs
@@ -177,7 +177,7 @@ public void Map_TryGetValue_Invalid()
177
{
178
// accessing an invalid key should fail or throw an exception, depending on method
179
var entity = s.CreateQuery("from Base").UniqueResult<Base>();
180
- // null collection members don't seem to work, at least for lazy="extra" collectionsb
+ // null collection members don't seem to work, at least for lazy="extra" collections
181
entity.NamedChildren.Count.Should().Be.EqualTo(2);
182
NHibernateUtil.IsInitialized(entity.NamedChildren).Should().Be.False();
183
Child child;
0 commit comments