Skip to content

Commit b1a560a

Browse files
committed
[SP-3557] fix: lint error
1 parent f5cb788 commit b1a560a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/scan_service_impl_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ func TestDeduplicateComponents(t *testing.T) {
546546
results := service.deduplicateComponents(tt.input)
547547

548548
if len(results) != tt.expectedCount {
549-
t.Errorf("Expected %d results, got %d. Results: %v", tt.expectedCount, len(results))
549+
t.Errorf("Expected %d results, got %d", tt.expectedCount, len(results))
550550
return
551551
}
552552

0 commit comments

Comments
 (0)