- @perrygeorget opened merge request.
- π³π΄Norway eiriksm Norway
Seems like it should be possible to at least write a simple test to reproduce the problem and verify the fix?
- πΊπΈUnited States perrygeorget
This is unit testable for sure.
Sad path:
- Have toURL() return a string
- Verify that the bad behavior is handled gracefully.
Happy path:
- Have toURL() throws the appropriate exception
- Verify that the bad behavior is handled gracefully.