diff --git a/pkg/scanner/scanner_test.go b/pkg/scanner/scanner_test.go index 0029427..542a279 100644 --- a/pkg/scanner/scanner_test.go +++ b/pkg/scanner/scanner_test.go @@ -129,10 +129,10 @@ func TestScan(t *testing.T) { }, { Metadata: files[8], - Lines: 24, + Lines: 27, CodeLines: 18, - BlankLines: 3, - Comments: 3, + BlankLines: 4, + Comments: 5, }, }