We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbc568 commit 45657a6Copy full SHA for 45657a6
src/NHibernate.Test/Async/NHSpecificTest/GH3363/FixtureByCode.cs
@@ -113,6 +113,7 @@ public async Task LookForThingOfTypeThing2Async()
113
await (transaction.CommitAsync());
114
}
115
116
+
117
[Test]
118
public async Task LookForThingOfTypeThing1Async()
119
{
@@ -137,6 +138,7 @@ left outer join Thing2 thing2x1_ on
137
138
139
140
141
142
143
public async Task LookForManyToOneByDescrAsync()
144
0 commit comments