Skip to content

Commit b41da1b

Browse files
author
Gonzalo Diaz
committed
WIP
1 parent 38148d9 commit b41da1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/algorithm_exercises_csharp_test/hackerrank/interview_preparation_kit/greedy_algorithms/MinimumAbsoluteDifferenceInAnArray.Test.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public void testMinimumAbsoluteDifferenceInAnArray()
3333
Assert.AreEqual(
3434
test.expected,
3535
result,
36-
String.Format(
36+
string.Format(
37+
System.Globalization.CultureInfo.InvariantCulture,
3738
"minimumAbsoluteDifference({0}) => must be: {1}",
3839
test.input.ToString(),
3940
test.expected

0 commit comments

Comments
 (0)