We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 536cdf8 + c1c86e4 commit 585aec1Copy full SHA for 585aec1
1 file changed
src/algorithm_exercises_csharp_test/hackerrank/warmup/TimeConversion.Test.cs
@@ -31,7 +31,8 @@ public void testInitialize()
31
testCases = JsonLoader.stringLoad<List<TimeConversionTestCase>>(/*lang=json,strict*/ @"
32
[
33
{ ""input"": ""12:01:00PM"", ""expected"": ""12:01:00"" },
34
- { ""input"": ""12:01:00AM"", ""expected"": ""00:01:00"" }
+ { ""input"": ""12:01:00AM"", ""expected"": ""00:01:00"" },
35
+ { ""input"": ""06:01:00PM"", ""expected"": ""18:01:00"" }
36
]
37
") ?? [];
38
}
0 commit comments