Error:
Expected result to be "2s 4ms" with a length of 6, but "1h" has a length of 2, differs near "1h" (index 0).
Stack trace:
at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
at FluentAssertions.Primitives.StringEqualityValidator.ValidateAgainstLengthDifferences()
at FluentAssertions.Primitives.StringValidator.Validate()
at FluentAssertions.Primitives.StringAssertions`1.Be(String expected, String because, Object[] becauseArgs)
at trx_tools.HtmlReporting.Tests.Extensions.TimeSpanExtensionsTests.ToHumanReadableTimeSpan_WhenCalledWithTimeSpan_ShouldReturnHumanReadableTimeSpan(TimeSpanTestCase testCase) in D:\Projects\github\trx-tools\tests\trx-tools.Reporting.Tests\Extensions\TimeSpanExtensionsTests.cs:line 18
at InvokeStub_TimeSpanExtensionsTests.ToHumanReadableTimeSpan_WhenCalledWithTimeSpan_ShouldReturnHumanReadableTimeSpan(Object, Span`1)