mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
Fix formatting issues in container_manager_test.go
This commit is contained in:
parent
b7355510ef
commit
cbf051361f
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ package cm
|
|||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
@ -74,7 +75,7 @@ func TestParsePercentage(t *testing.T) {
|
|||
expectErr: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
for _, testCase := range testCases {
|
||||
t.Run(testCase.name, func(t *testing.T) {
|
||||
result, err := parsePercentage(testCase.input)
|
||||
|
|
|
|||
Loading…
Reference in a new issue