mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-19 09:57:02 +00:00
moved time down
This commit is contained in:
parent
4ef61e1009
commit
259f339c49
1 changed files with 1 additions and 1 deletions
|
|
@ -48,8 +48,8 @@ type TestSuite struct {
|
||||||
type TestCase struct {
|
type TestCase struct {
|
||||||
XMLName xml.Name `xml:"testcase"`
|
XMLName xml.Name `xml:"testcase"`
|
||||||
Name string `xml:"name,attr"`
|
Name string `xml:"name,attr"`
|
||||||
Time int `xml:"time,attr"`
|
|
||||||
ClassName string `xml:"classname,attr"`
|
ClassName string `xml:"classname,attr"`
|
||||||
|
Time int `xml:"time,attr"`
|
||||||
Skipped *TestCaseSkipped `xml:"skipped,omitempty"`
|
Skipped *TestCaseSkipped `xml:"skipped,omitempty"`
|
||||||
Error *TestCaseError `xml:"error,omitempty"`
|
Error *TestCaseError `xml:"error,omitempty"`
|
||||||
Failure []TestCaseError `xml:"failure,omitempty"`
|
Failure []TestCaseError `xml:"failure,omitempty"`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue