Fix formatting issues in container_manager_test.go

This commit is contained in:
Rohit Chaudhari 2026-01-29 19:42:53 +05:30 committed by GitHub
parent b7355510ef
commit cbf051361f

View file

@ -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)