Skip to content

Commit

Permalink
Fix circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-a412ed committed Jul 9, 2020
1 parent 006f786 commit 9c40017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/docker/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1377,11 +1377,11 @@ func TestDockerDriver_CPUSetCPUs(t *testing.T) {
},
{
Name: "Comma separated list of CPUs",
CPUSetCPUs: "0,1,2",
CPUSetCPUs: "0,1",
},
{
Name: "Range of CPUs",
CPUSetCPUs: "0-3",
CPUSetCPUs: "0-1",
},
}

Expand Down

0 comments on commit 9c40017

Please sign in to comment.