Skip to content

Commit eb482d6

Browse files
Generate async files
1 parent 8f4fd4e commit eb482d6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/NHibernate.Test/Async/NHSpecificTest/GH3176/FixtureByCode.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,16 @@ namespace NHibernate.Test.NHSpecificTest.GH3176
2626
public class ByCodeFixtureAsync : TestCaseMappingByCode
2727
{
2828
private readonly bool _versioned;
29+
private int _id;
30+
31+
protected override string CacheConcurrencyStrategy { get; }
2932

3033
public ByCodeFixtureAsync(string cacheStrategy, bool versioned)
3134
{
3235
_versioned = versioned;
3336
CacheConcurrencyStrategy = cacheStrategy;
3437
}
3538

36-
protected override string CacheConcurrencyStrategy { get; }
37-
38-
private int _id;
39-
4039
protected override HbmMapping GetMappings()
4140
{
4241
var mapper = new ModelMapper();

0 commit comments

Comments
 (0)