Rename names of the first tests

To make sure the output order is preserved.
This commit is contained in:
Joël Stemmer
2015-02-06 13:43:03 +01:00
parent 8176458231
commit f992d5acaa
3 changed files with 8 additions and 8 deletions

View File

@ -29,13 +29,13 @@ var testCases []TestCase = []TestCase{
Time: 160,
Tests: []Test{
{
Name: "TestOne",
Name: "TestZ",
Time: 60,
Result: PASS,
Output: []string{},
},
{
Name: "TestTwo",
Name: "TestA",
Time: 100,
Result: PASS,
Output: []string{},