Skip to content

Commit

Permalink
Merge pull request #1142 from YohDeadfall/fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Oct 29, 2021
2 parents aea2bf9 + 2f696ef commit 567ac49
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ public void TimeUnitTests(long megabytes, double measurementIntervalSeconds, Tim
}

[Theory]
[InlineData(19854651984, 1, TimeUnit.Second, null, "18,4910856038332 GB/s")]
[InlineData(19854651984, 1, TimeUnit.Second, null, "18,49 GB/s")]
[InlineData(19854651984, 1, TimeUnit.Second, "#.##", "18,49 GB/s")]
public void FormattedTimeUnitTests(long bytes, int measurementIntervalSeconds, TimeUnit displayInterval, string format, string expectedValue)
{
Expand Down

0 comments on commit 567ac49

Please sign in to comment.