Skip to content

Commit

Permalink
Fix StatisticalTestColumnTests.NoDifferenceIfValuesAreTheSame
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Mar 15, 2024
1 parent 7a1c10d commit 0d30991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class StatisticalTestColumnTests
public void NoDifferenceIfValuesAreTheSame(string threshold)
{
double[] values = Enumerable.Repeat(100.0, 20).ToArray();
Compare(threshold, values, values, "Base");
Compare(threshold, values, values, "Baseline");
}

[Theory]
Expand Down

0 comments on commit 0d30991

Please sign in to comment.