Skip to content

Commit

Permalink
Update scanner test as per ruby file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandanChainani committed Oct 7, 2022
1 parent 8d1ee8d commit bfaa5d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/scanner/scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
}

Expand Down

0 comments on commit bfaa5d9

Please sign in to comment.