Skip to content

Commit

Permalink
Update GolangcilintCodeAnalyzerTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zoezoe3999 authored and random1223 committed Sep 22, 2024
1 parent 391041f commit f744854
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ void testAnalyze(){
List<CodeAnalysisResultDto> codeAnalysisResultDtos = golangcilintCodeAnalyzer.analyzeCode(new AnalyzerConfigurationDetailDto(LanguageType.go, CodeAnalyzerType.golangcilint), analyzerRequest);

Assertions.assertTrue(codeAnalysisResultDtos != null);
Assertions.assertTrue(codeAnalysisResultDtos.size() > 0);
}

}

0 comments on commit f744854

Please sign in to comment.