Skip to content

Commit 45657a6

Browse files
Generate async files
1 parent cdbc568 commit 45657a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public async Task LookForThingOfTypeThing2Async()
113113
await (transaction.CommitAsync());
114114
}
115115
}
116+
116117
[Test]
117118
public async Task LookForThingOfTypeThing1Async()
118119
{
@@ -137,6 +138,7 @@ left outer join Thing2 thing2x1_ on
137138
await (transaction.CommitAsync());
138139
}
139140
}
141+
140142
[Test]
141143
public async Task LookForManyToOneByDescrAsync()
142144
{

0 commit comments

Comments
 (0)