Skip to content

Commit

Permalink
Try to fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Oct 1, 2021
1 parent 16d2c5c commit fd7b53f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ private async Task HandleEvent(StreamSubscription subscription, ResolvedEvent re
{
logger.LogError("Error consuming message: {ExceptionMessage}{ExceptionStackTrace}", e.Message,
e.StackTrace);

throw;
}
}

Expand Down

0 comments on commit fd7b53f

Please sign in to comment.