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 15, 2020
1 parent 8c3983f commit ee616f9
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 ee616f9

Please sign in to comment.