integration/testUpdateCPUQuota: fix name
The function name should be TestUpdateCPUQuota and not TestUpdateCPUQUota. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Upstream-commit: 31825081d4c5e643a150b515547cb2a2ea223de4 Component: engine
This commit is contained in:
@@ -66,7 +66,7 @@ func TestUpdateMemory(t *testing.T) {
|
||||
assert.Equal(t, strconv.FormatInt(setMemorySwap, 10), strings.TrimSpace(res.Stdout()))
|
||||
}
|
||||
|
||||
func TestUpdateCPUQUota(t *testing.T) {
|
||||
func TestUpdateCPUQuota(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
defer setupTest(t)()
|
||||
|
||||
Reference in New Issue
Block a user