Skip to content

Commit 4cd9101

Browse files
fix tests
Signed-off-by: YiscahLevySilas1 <[email protected]>
1 parent fbba0b9 commit 4cd9101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

score/score_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ func TestSetPostureReportComplianceScores(t *testing.T) {
945945
})
946946

947947
t.Run("assert final score", func(t *testing.T) {
948-
assert.InDeltaf(t, expectedSummary, report.SummaryDetails.Score, 1e-6,
948+
assert.InDeltaf(t, expectedSummary, report.SummaryDetails.ComplianceScore, 1e-6,
949949
"unexpected summarized final score",
950950
)
951951
})

0 commit comments

Comments
 (0)