Skip to content

Commit 78c6a0f

Browse files
committed
MAT-8023: fix Codacy issues
1 parent e224527 commit 78c6a0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/cms/gov/madie/measure/repositories/MeasureSearchServiceImplTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ void testCountAllMeasuresReturnsZero() {
462462
}
463463

464464
@Test
465-
void testCountAllMeasures_EmptyOwnershipTypes() {
465+
void testCountAllMeasuresWithEmptyOwnershipTypes() {
466466
String owner = "john";
467467
Map<String, String> resultMap = new HashMap<>();
468468
resultMap.put("count", "10");
@@ -476,7 +476,7 @@ void testCountAllMeasures_EmptyOwnershipTypes() {
476476
}
477477

478478
@Test
479-
void testCountAllMeasures_NullOwnershipTypes() {
479+
void testCountAllMeasuresWithNullOwnershipTypes() {
480480
String owner = "john";
481481
Map<String, String> resultMap = new HashMap<>();
482482
resultMap.put("count", "10");
@@ -490,7 +490,7 @@ void testCountAllMeasures_NullOwnershipTypes() {
490490
}
491491

492492
@Test
493-
void testCountAllMeasures_NoUserId() {
493+
void testCountAllMeasuresWithNoUserId() {
494494
Map<String, String> resultMap = new HashMap<>();
495495
resultMap.put("count", "10");
496496
AggregationResults result = new AggregationResults<>(List.of(resultMap), new Document());

0 commit comments

Comments
 (0)