mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-18 17:37:03 +00:00
spacing
This commit is contained in:
parent
4d6a843a6c
commit
4ef61e1009
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ type TestSuite struct {
|
|||
type TestCase struct {
|
||||
XMLName xml.Name `xml:"testcase"`
|
||||
Name string `xml:"name,attr"`
|
||||
Time int `xml:"time,attr"`
|
||||
Time int `xml:"time,attr"`
|
||||
ClassName string `xml:"classname,attr"`
|
||||
Skipped *TestCaseSkipped `xml:"skipped,omitempty"`
|
||||
Error *TestCaseError `xml:"error,omitempty"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue