Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Sep 26, 2024
1 parent 8358e8d commit fc7def7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jas/runner/jasrunner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func TestJasRunner_AnalyzerManagerNotExist(t *testing.T) {
}

func TestJasRunner(t *testing.T) {
assert.NoError(t, jas.DownloadAnalyzerManagerIfNeeded(0))
securityParallelRunnerForTest := utils.CreateSecurityParallelRunner(cliutils.Threads)
targetResults := results.NewCommandResults(utils.SourceCode, "", true, true).NewScanResults(results.ScanTarget{Target: "target", Technology: techutils.Pip})

Expand Down

0 comments on commit fc7def7

Please sign in to comment.