Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Theresa Mammarella <mammarellatheresa8@gmail.com>
  • Loading branch information
theresa-m authored and naveensrinivasan committed Oct 11, 2022
1 parent 17a435e commit 3fd2520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions checks/dependency_update_tool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestDependencyUpdateTool(t *testing.T) {
SearchCommits: []clients.Commit{{Committer: clients.User{ID: 111111111}}},
CallSearchCommits: 1,
expected: scut.TestReturn{
NumberOfWarn: 2,
NumberOfWarn: 1,
},
},
{
Expand All @@ -87,7 +87,7 @@ func TestDependencyUpdateTool(t *testing.T) {
SearchCommits: []clients.Commit{},
CallSearchCommits: 1,
expected: scut.TestReturn{
NumberOfWarn: 2,
NumberOfWarn: 1,
},
},

Expand Down
2 changes: 1 addition & 1 deletion checks/evaluation/dependency_update_tool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestDependencyUpdateTool(t *testing.T) {
err: false,
expected: scut.TestReturn{
Score: 0,
NumberOfWarn: 2,
NumberOfWarn: 1,
},
},
{
Expand Down

0 comments on commit 3fd2520

Please sign in to comment.