Skip to content

Commit 8df74c6

Browse files
committed
NH-3221 - Correct test case to reference HashSet instead of HashedSet
1 parent e519e2f commit 8df74c6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHSpecificTest/NH3221/Person.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Person : EqualityAndHashCodeProvider<Person, Guid>
2424

2525
protected Person()
2626
{
27-
todos = new HashedSet<Todo>();
27+
todos = new HashSet<Todo>();
2828
myStuff = new List<Stuff>();
2929
}
3030

0 commit comments

Comments
 (0)