ThreeDotsLabs / watermill

Building event-driven applications the easy way in Go.
https://watermill.io
MIT License
6.83k stars 359 forks source link

Fix missed topic names non-conforming to Azure policy #426

Closed unjello closed 2 months ago

unjello commented 2 months ago

Sorry folks for a mess, but I missed couple changes outside of function :/

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.56%. Comparing base (c0aecac) to head (5faa83f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #426 +/- ## ========================================== - Coverage 66.73% 66.56% -0.17% ========================================== Files 63 63 Lines 4139 4139 ========================================== - Hits 2762 2755 -7 - Misses 1213 1219 +6 - Partials 164 165 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

m110 commented 2 months ago

Thanks @unjello!