Skip to content

Commit 3d6ca74

Browse files
author
Paweł Szulik
committed
Change tests names to match go convention.
Signed-off-by: Paweł Szulik <[email protected]>
1 parent aa644a9 commit 3d6ca74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcontainer/intelrdt/intelrdt_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func TestFindIntelRdtMountpointDir(t *testing.T) {
261261
}
262262
}
263263

264-
func TestIntelRdtManager_GetStats_NotSupported_Type(t *testing.T) {
264+
func TestIntelRdtManagerGetStatsNotSupportedType(t *testing.T) {
265265
manager := IntelRdtManager{
266266
Type: "not_supported",
267267
Id: "id",
@@ -280,7 +280,7 @@ func TestIntelRdtManager_GetStats_NotSupported_Type(t *testing.T) {
280280
}
281281
}
282282

283-
func Test_IntelRdtManager_Set_NotSupported_Type(t *testing.T) {
283+
func TestIntelRdtManagerSetNotSupportedType(t *testing.T) {
284284
manager := IntelRdtManager{
285285
Type: "not_supported",
286286
Id: "id",

0 commit comments

Comments
 (0)