Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stswidwinski committed Nov 1, 2022
1 parent 721bb72 commit 439a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/core_sched_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ func TestCoreScheduler_EvalGC_Batch_OldVersion(t *testing.T) {
t.Fatalf("err: %v", err)
}

// Insert alloc with indexes older job modifyindex
// Insert alloc with indexes older than job.ModifyIndex
alloc3 := mock.Alloc()

alloc3.Job = job
Expand Down

0 comments on commit 439a190

Please sign in to comment.