Skip to content

Commit

Permalink
Updated line spacing per failed unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Halley <douglascomet@gmail.com>
  • Loading branch information
douglascomet committed Oct 25, 2023
1 parent e155ccb commit cf27483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_url_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
POSIX_URL = "file:///path/sub dir/file.ext"
CORRECTED_POSIX_PATH = "/path/sub dir/file.ext"


class TestConversions(unittest.TestCase):
def test_roundtrip_abs(self):
self.assertTrue(MEDIA_EXAMPLE_PATH_URL_ABS.startswith("file://"))
Expand Down

0 comments on commit cf27483

Please sign in to comment.