other_epic_id=>[{epic_state_id: Constants::OPENED_EPIC_STATE,issues_count: 0,issues_weight_sum: 0,parent_id: nil,issues_state_id: nil}]# represents an epic with no parent and no issues
other_epic_id=>[{epic_state_id: OPENED_EPIC_STATE,issues_count: 0,issues_weight_sum: 0,parent_id: nil,issues_state_id: nil}]# represents an epic with no parent and no issues
}
end
...
...
@@ -106,12 +108,12 @@ describe Epics::LazyEpicAggregate do