Skip to content

Commit 733e8e2

Browse files
Generate async files
1 parent a0a4dd2 commit 733e8e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.Test/Async/NHSpecificTest/GH1994/ManyToManyFilteredFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public async Task TestQueryOverRestrictionWithClauseAsync()
154154
[Test]
155155
public async Task LazyLoadAsync()
156156
{
157-
if(Dialect is PostgreSQLDialect)
157+
if (Dialect is PostgreSQLDialect)
158158
Assert.Ignore("Dialect doesn't support 0/1 to bool implicit cast");
159159

160160
using (var s = OpenSession())
@@ -169,7 +169,7 @@ public async Task LazyLoadAsync()
169169
[Test]
170170
public async Task LazyLoadFilteredAsync()
171171
{
172-
if(Dialect is PostgreSQLDialect)
172+
if (Dialect is PostgreSQLDialect)
173173
Assert.Ignore("Dialect doesn't support 0/1 to bool implicit cast");
174174

175175
using (var s = OpenSession())

0 commit comments

Comments
 (0)