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 a0a4dd2 commit 733e8e2Copy full SHA for 733e8e2
src/NHibernate.Test/Async/NHSpecificTest/GH1994/ManyToManyFilteredFixture.cs
@@ -154,7 +154,7 @@ public async Task TestQueryOverRestrictionWithClauseAsync()
154
[Test]
155
public async Task LazyLoadAsync()
156
{
157
- if(Dialect is PostgreSQLDialect)
+ if (Dialect is PostgreSQLDialect)
158
Assert.Ignore("Dialect doesn't support 0/1 to bool implicit cast");
159
160
using (var s = OpenSession())
@@ -169,7 +169,7 @@ public async Task LazyLoadAsync()
169
170
public async Task LazyLoadFilteredAsync()
171
172
173
174
175
0 commit comments