File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/NHibernate.Test/Async/TypesTest Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 8
8
//------------------------------------------------------------------------------
9
9
10
10
11
- using System ;
11
+ using System . Data . Common ;
12
+ using NHibernate . Engine ;
12
13
using NHibernate . Type ;
14
+ using NSubstitute ;
13
15
using NUnit . Framework ;
14
16
15
17
namespace NHibernate . Test . TypesTest
@@ -21,10 +23,7 @@ namespace NHibernate.Test.TypesTest
21
23
[ TestFixture ]
22
24
public class BooleanTypeFixtureAsync : TypeFixtureBase
23
25
{
24
- protected override string TypeName
25
- {
26
- get { return "Boolean" ; }
27
- }
26
+ protected override string TypeName => "Boolean" ;
28
27
29
28
[ Test ]
30
29
public async Task ReadWriteAsync ( )
@@ -48,4 +47,4 @@ public async Task ReadWriteAsync()
48
47
s . Close ( ) ;
49
48
}
50
49
}
51
- }
50
+ }
You can’t perform that action at this time.
0 commit comments