From 0a6bfb58d18d8676d0135a689e317aa5357b35bc Mon Sep 17 00:00:00 2001 From: Ilia Shkolyar Date: Mon, 14 Mar 2022 09:12:48 +0200 Subject: [PATCH] Add to fake overload test --- Tests/FluentAssertions.Specs/AssertionExtensionsSpecs.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/FluentAssertions.Specs/AssertionExtensionsSpecs.cs b/Tests/FluentAssertions.Specs/AssertionExtensionsSpecs.cs index 1116280c94..e9f4bb26a5 100644 --- a/Tests/FluentAssertions.Specs/AssertionExtensionsSpecs.cs +++ b/Tests/FluentAssertions.Specs/AssertionExtensionsSpecs.cs @@ -42,6 +42,7 @@ private static bool OverridesEquals(Type t) [InlineData(typeof(DateTimeOffsetAssertions))] #if NET6_0_OR_GREATER [InlineData(typeof(DateOnlyAssertions))] + [InlineData(typeof(TimeOnlyAssertions))] #endif [InlineData(typeof(ExecutionTimeAssertions))] [InlineData(typeof(GuidAssertions))]