Skip to content
Prev Previous commit
Next Next commit
Generate async files
  • Loading branch information
github-actions[bot] committed Jul 31, 2023
commit c7624e63ed679e7d4b5c0a4b3d9b80c6ca57a1e1
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