We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7164bf commit 8c0a555Copy full SHA for 8c0a555
cxx-sensors/src/test/java/org/sonar/cxx/sensors/clangsa/CxxClangSASensorTest.java
@@ -199,12 +199,12 @@ public void shouldReportCorrectFlows() {
199
// presenting 1-element flows in SonarQube UI
200
{
201
Issue issue = Iterables.get(context.allIssues(), 1);
202
- assertThat(issue.flows()).hasSize(0);
+ assertThat(issue.flows()).hasSize(1);
203
}
204
205
206
Issue issue = Iterables.get(context.allIssues(), 2);
207
208
209
210
0 commit comments