The function name should be TestUpdateCPUQuota and not TestUpdateCPUQUota.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
| ... | ... |
@@ -66,7 +66,7 @@ func TestUpdateMemory(t *testing.T) {
|
| 66 | 66 |
assert.Equal(t, strconv.FormatInt(setMemorySwap, 10), strings.TrimSpace(res.Stdout())) |
| 67 | 67 |
} |
| 68 | 68 |
|
| 69 |
-func TestUpdateCPUQUota(t *testing.T) {
|
|
| 69 |
+func TestUpdateCPUQuota(t *testing.T) {
|
|
| 70 | 70 |
t.Parallel() |
| 71 | 71 |
|
| 72 | 72 |
defer setupTest(t)() |