diff --git a/go-junit-report_test.go b/go-junit-report_test.go
index 84bd803..a657663 100644
--- a/go-junit-report_test.go
+++ b/go-junit-report_test.go
@@ -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{},
diff --git a/tests/01-pass.txt b/tests/01-pass.txt
index ce39d87..0a4eeae 100644
--- a/tests/01-pass.txt
+++ b/tests/01-pass.txt
@@ -1,6 +1,6 @@
-=== RUN TestOne
---- PASS: TestOne (0.06 seconds)
-=== RUN TestTwo
---- PASS: TestTwo (0.10 seconds)
+=== RUN TestZ
+--- PASS: TestZ (0.06 seconds)
+=== RUN TestA
+--- PASS: TestA (0.10 seconds)
PASS
ok package/name 0.160s
diff --git a/tests/01-report.xml b/tests/01-report.xml
index f8f1038..46141a9 100644
--- a/tests/01-report.xml
+++ b/tests/01-report.xml
@@ -4,7 +4,7 @@
-
-
+
+