Skip to content

Commit

Permalink
Add to fake overload test
Browse files Browse the repository at this point in the history
  • Loading branch information
iliashkolyar committed Mar 14, 2022
1 parent 18a6c74 commit 0a6bfb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/FluentAssertions.Specs/AssertionExtensionsSpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ private static bool OverridesEquals(Type t)
[InlineData(typeof(DateTimeOffsetAssertions<DateTimeOffsetAssertions>))]
#if NET6_0_OR_GREATER
[InlineData(typeof(DateOnlyAssertions<DateOnlyAssertions>))]
[InlineData(typeof(TimeOnlyAssertions<TimeOnlyAssertions>))]
#endif
[InlineData(typeof(ExecutionTimeAssertions))]
[InlineData(typeof(GuidAssertions<GuidAssertions>))]
Expand Down

0 comments on commit 0a6bfb5

Please sign in to comment.