File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,15 +167,15 @@ func TestGetContainerStats(t *testing.T) {
167
167
t .Fatal ("intel rdt stats are nil" )
168
168
}
169
169
if stats .IntelRdtStats .L3CacheSchema != "L3:0=f;1=f0" {
170
- t .Fatalf ("expected L3CacheSchema L3:0=f;1=f0 but recevied %s" , stats .IntelRdtStats .L3CacheSchema )
170
+ t .Fatalf ("expected L3CacheSchema L3:0=f;1=f0 but received %s" , stats .IntelRdtStats .L3CacheSchema )
171
171
}
172
172
}
173
173
if intelrdt .IsMbaEnabled () {
174
174
if stats .IntelRdtStats == nil {
175
175
t .Fatal ("intel rdt stats are nil" )
176
176
}
177
177
if stats .IntelRdtStats .MemBwSchema != "MB:0=20;1=70" {
178
- t .Fatalf ("expected MemBwSchema MB:0=20;1=70 but recevied %s" , stats .IntelRdtStats .MemBwSchema )
178
+ t .Fatalf ("expected MemBwSchema MB:0=20;1=70 but received %s" , stats .IntelRdtStats .MemBwSchema )
179
179
}
180
180
}
181
181
}
You can’t perform that action at this time.
0 commit comments