mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
missed fixing one invocation
This commit is contained in:
@@ -341,7 +341,7 @@ func TestBinPackIterator_Network_Success(t *testing.T) {
|
||||
},
|
||||
},
|
||||
}
|
||||
binp := NewBinPackIterator(ctx, static, false, 0)
|
||||
binp := NewBinPackIterator(ctx, static, false, 0, structs.SchedulerAlgorithmBinpack)
|
||||
binp.SetTaskGroup(taskGroup)
|
||||
|
||||
scoreNorm := NewScoreNormalizationIterator(ctx, binp)
|
||||
|
||||
Reference in New Issue
Block a user