Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Jan 28, 2024
1 parent 6b23e69 commit eea7e31
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,11 @@ public override Task Take_Select_collection_Take(bool async)
{
return base.Take_Select_collection_Take(async);
}

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

0 comments on commit eea7e31

Please sign in to comment.