Commit 60aa516d authored by Mahmood Ali's avatar Mahmood Ali
Browse files

missed fixing one invocation

parent 36e4b74d
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment