Skip to content

Commit

Permalink
Fix vet error
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetha Appan committed Nov 8, 2018
1 parent c5757f4 commit 1d7ebb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/job_plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func TestPlanCommad_Preemptions(t *testing.T) {

// More than 10 unique job IDs
preemptedAllocs = make([]*api.AllocationListStub, 0)
job_type := "batch"
var job_type string
for i := 0; i < 20; i++ {
job_id := "job" + strconv.Itoa(i)
if i%2 == 0 {
Expand Down

0 comments on commit 1d7ebb9

Please sign in to comment.