Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiDiachuk committed Jan 2, 2025
1 parent 79c5655 commit ea7e457
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,4 @@ func (s *EventsProviderSuite) TestMessageIndexEventProviderResponse_HappyPath()
currentIndex := responses[i].MessageIndex
s.Require().Equal(prevIndex+1, currentIndex, "Expected MessageIndex to increment by 1")
}

//// Ensure the provider is properly closed after the test
//provider.Close()
}

0 comments on commit ea7e457

Please sign in to comment.