Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Jun 2, 2022
1 parent bbba06a commit f653359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checks/evaluation/pinned_dependencies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func Test_PinningDependencies(t *testing.T) {
Error: nil,
Score: checker.MaxResultScore,
NumberOfWarn: 0,
NumberOfInfo: 6,
NumberOfInfo: 5,
NumberOfDebug: 1,
},
},
Expand All @@ -128,7 +128,7 @@ func Test_PinningDependencies(t *testing.T) {
},
expected: scut.TestReturn{
Error: nil,
Score: 4,
Score: 5,
NumberOfWarn: 1,
NumberOfInfo: 3,
NumberOfDebug: 1,
Expand Down

0 comments on commit f653359

Please sign in to comment.