Skip to content

Commit f82b2ce

Browse files
committed
fix merge bug for trimaran peaks
1 parent c88848c commit f82b2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/trimaran/peaks/peaks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ func TestPeaksScore(t *testing.T) {
415415
score, status := scorePlugin.Score(context.Background(), state, tt.pod, nodeInfo)
416416
assert.True(t, status.IsSuccess())
417417
actualList = append(actualList, framework.NodeScore{Name: n.Name, Score: score})
418-
assert.ElementsMatch(t, tt.expected, actualList)
419418
}
419+
assert.ElementsMatch(t, tt.expected, actualList)
420420
})
421421
}
422422

0 commit comments

Comments
 (0)