mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
integration/testUpdateCPUQuota: fix name
The function name should be TestUpdateCPUQuota and not TestUpdateCPUQUota. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
cc86647098
commit
31825081d4
1 changed files with 1 additions and 1 deletions
|
@ -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)()
|
||||
|
|
Loading…
Add table
Reference in a new issue