mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
0bcaa41499
Refactor the test to avoid unreachable code after panic by checking a flag set before the panic instead of after. This resolves the go vet warning while maintaining test coverage.