Skip to content

Commit

Permalink
More tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Dec 13, 2024
1 parent 1515ec7 commit 8404532
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ public override Task Column_collection_Count_method(bool async)
return base.Column_collection_Count_method(async);
}

[NotSupportedOnFirebirdTheory]
[MemberData(nameof(IsAsyncData))]
public override Task Column_collection_Count_with_predicate(bool async)
{
return base.Column_collection_Count_with_predicate(async);
}

[NotSupportedOnFirebirdTheory]
[MemberData(nameof(IsAsyncData))]
public override Task Column_collection_Length(bool async)
Expand Down

0 comments on commit 8404532

Please sign in to comment.