@@ -45,7 +45,7 @@ func TestBuildSummary(t *testing.T) {
45
45
expectedSummary : "Core tests failed with 3 test failures." ,
46
46
},
47
47
{
48
- name : "core tests succedeed , extended tests failed" ,
48
+ name : "core tests succeeded , extended tests failed" ,
49
49
report : confv1a1.ProfileReport {
50
50
Name : string (HTTPConformanceProfileName ),
51
51
Core : confv1a1.Status {
@@ -64,10 +64,10 @@ func TestBuildSummary(t *testing.T) {
64
64
},
65
65
},
66
66
},
67
- expectedSummary : "Core tests succedeed . Extended tests failed with 1 test failures." ,
67
+ expectedSummary : "Core tests succeeded . Extended tests failed with 1 test failures." ,
68
68
},
69
69
{
70
- name : "core tests partially succedeed , extended tests succedeed " ,
70
+ name : "core tests partially succeeded , extended tests succeeded " ,
71
71
report : confv1a1.ProfileReport {
72
72
Name : string (HTTPConformanceProfileName ),
73
73
Core : confv1a1.Status {
@@ -86,10 +86,10 @@ func TestBuildSummary(t *testing.T) {
86
86
},
87
87
},
88
88
},
89
- expectedSummary : "Core tests partially succedeed with 2 test skips. Extended tests succedeed ." ,
89
+ expectedSummary : "Core tests partially succeeded with 2 test skips. Extended tests succeeded ." ,
90
90
},
91
91
{
92
- name : "core tests succedeed , extended tests partially succedeed " ,
92
+ name : "core tests succeeded , extended tests partially succeeded " ,
93
93
report : confv1a1.ProfileReport {
94
94
Name : string (HTTPConformanceProfileName ),
95
95
Core : confv1a1.Status {
@@ -108,7 +108,7 @@ func TestBuildSummary(t *testing.T) {
108
108
},
109
109
},
110
110
},
111
- expectedSummary : "Core tests succedeed . Extended tests partially succedeed with 1 test skips." ,
111
+ expectedSummary : "Core tests succeeded . Extended tests partially succeeded with 1 test skips." ,
112
112
},
113
113
}
114
114
0 commit comments