Skip to content

Commit 168d2f7

Browse files
fredericDelaportehazzik
authored andcommitted
NH-3905 - Fix test which may lack async generation.
1 parent beab9cf commit 168d2f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/NHibernate.Test/TypesTest/PersistentEnumTypeFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public void CanWriteAndReadUsingBothHeuristicAndExplicitGenericDeclaration()
136136
}
137137
}
138138

139+
[TestFixture]
139140
public class GenericEnumTypeTest
140141
{
141142
[Test]

src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class MultiTypeEntity
1919
public virtual string StringClob { get; set; }
2020
}
2121

22+
[TestFixture]
2223
public abstract class TypeSqlTypeFixture
2324
{
2425
protected const string TestNameSpace = "NHibernate.Test.TypesTest.";

0 commit comments

Comments
 (0)