spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

Aggregation/Aggregation Operations - equals() function is missing

Open therealansh opened this issue 1 year ago • 0 comments

Need to implement proper equals() function for Aggregation and Aggregation Operations.

Use Case: while mocking a template.aggregate(...) we would also need to verify it using the actual invocations. The lack of equals function returns false to the same list of operations.

therealansh avatar Apr 17 '24 07:04 therealansh