Skip to content

Commit

Permalink
Generate async files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 31, 2023
1 parent a0a4dd2 commit 733e8e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public async Task TestQueryOverRestrictionWithClauseAsync()
[Test]
public async Task LazyLoadAsync()
{
if(Dialect is PostgreSQLDialect)
if (Dialect is PostgreSQLDialect)
Assert.Ignore("Dialect doesn't support 0/1 to bool implicit cast");

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

using (var s = OpenSession())
Expand Down

0 comments on commit 733e8e2

Please sign in to comment.