fix: Correct `map` test in `UnCoveredRangesMapper`
The test was failing erroneously due to an incorrectly written
Range in the expected output.
By making the expected output follow the same format as the
other tests, the failing test began passing once again.