Skip to content

Commit

Permalink
fix broken tests (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-hurley committed Jul 3, 2024
1 parent ca40e4c commit 6bbeebc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion analysis/analysis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func TestApplicationAnalysis(t *testing.T) {
}
gotAnalysis.Issues = mandatoryIssues

_, debug := os.LookupEnv("DEBUG")
if debug {
DumpAnalysis(t, tc, gotAnalysis)
}
Expand Down

0 comments on commit 6bbeebc

Please sign in to comment.