Browse code

integration/testUpdateCPUQuota: fix name

The function name should be TestUpdateCPUQuota and not TestUpdateCPUQUota.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>

Kir Kolyshkin authored on 2018/02/21 06:36:27
Showing 1 changed files
... ...
@@ -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)()