Skip to content

Commit fb8cf9f

Browse files
committed
Extra 'b' has been removed.
1 parent b3124d7 commit fb8cf9f

File tree

1 file changed

+1
-1
lines changed
  • src/NHibernate.Test/NHSpecificTest/NH2489

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHSpecificTest/NH2489/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public void Map_TryGetValue_Invalid()
177177
{
178178
// accessing an invalid key should fail or throw an exception, depending on method
179179
var entity = s.CreateQuery("from Base").UniqueResult<Base>();
180-
// null collection members don't seem to work, at least for lazy="extra" collectionsb
180+
// null collection members don't seem to work, at least for lazy="extra" collections
181181
entity.NamedChildren.Count.Should().Be.EqualTo(2);
182182
NHibernateUtil.IsInitialized(entity.NamedChildren).Should().Be.False();
183183
Child child;

0 commit comments

Comments
 (0)