Skip to content

Commit 33315c3

Browse files
committed
fix test
1 parent 07aa88b commit 33315c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/testcoverage/check_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@ func Test_Analyze(t *testing.T) {
608608
Diff: Diff{Threshold: ptr(0.0)},
609609
}
610610
result := Analyze(cfg, stats, base)
611-
assert.NotEmpty(t, result.Diff)
612611
assert.True(t, result.Pass())
613612
assert.True(t, result.MeetsDiffThreshold())
614613
assert.Equal(t, 0.01, result.DiffPercentage)

0 commit comments

Comments
 (0)