瀏覽代碼

[NOJIRA] Fix build on master

tags/9.7.0.61563
Léo Geoffroy 1 年之前
父節點
當前提交
53ac689748

+ 1
- 1
server/sonar-webserver-pushapi/src/test/java/org/sonar/server/pushapi/qualityprofile/QualityProfileChangeEventServiceImplTest.java 查看文件

@@ -115,7 +115,7 @@ public class QualityProfileChangeEventServiceImplTest {

underTest.distributeRuleChangeEvent(List.of(defaultQualityProfile), of(activeRuleChange), language);

Deque<PushEventDto> events = getProjectEvents(project.projectUuid());
Deque<PushEventDto> events = getProjectEvents(project.branchUuid());

assertThat(events)
.hasSize(1);

Loading…
取消
儲存