INFRA-3437 : UT failure fix (#430)

* INFRA-3437 : Compilation error fix

* INFRA-3437 : UT failure fix
This commit is contained in:
Vijay Joshi
2024-06-18 18:08:43 +05:30
committed by GitHub
parent 4ccbc55c60
commit ee22f4790f

View File

@@ -374,6 +374,8 @@ func (suite *IncidentServiceSuite) Test_UpdateIncident_ChannelRenameError() {
suite.slackService.SetTopicOfConversationByChannelIdMock.Return(errors.New("Could not set topic of conversation"))
suite.userRepository.FindHoustonUserBySlackUserIdMock.Return(GetMockHoustonUser(), nil)
_, err := suite.incidentService.UpdateIncident(
service.UpdateIncidentRequest{
Id: suite.mockIncidentId,