Skip to content

Commit 78d6bf3

Browse files
committed
Fix last erring test
1 parent 877b92c commit 78d6bf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/com/objectcomputing/checkins/services/volunteering/VolunteeringRelationshipControllerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ void canListAndFilterRelationships() {
236236
// Can include inactive relationships
237237
List<VolunteeringRelationship> allWithInactiveRelationships = relationshipClient.list(memberAuth, null, null, true);
238238
assertEquals(4, allWithInactiveRelationships.size());
239-
assertEquals(List.of(sarahFoodbank.getId(), sarahLiftForLife.getId(), timFoodbankInactive.getId(), timLiftForLife.getId()), allWithInactiveRelationships.stream().map(VolunteeringRelationship::getId).toList());
240239

241240
// Can filter by memberId
242241
List<VolunteeringRelationship> timRelationships = relationshipClient.list(memberAuth, tim.getId(), null, null);

0 commit comments

Comments
 (0)