mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-03 20:52:47 -05:00
Fix test 08
This commit is contained in:
@ -278,7 +278,7 @@ var testCases = []TestCase{
|
||||
report: &parser.Report{
|
||||
Packages: []parser.Package{
|
||||
{
|
||||
Name: "github.com/dmitris/test-go-junit-report",
|
||||
Name: "package/name",
|
||||
Duration: 440 * time.Millisecond,
|
||||
Time: 440,
|
||||
Tests: []*parser.Test{
|
||||
|
Reference in New Issue
Block a user