diff --git a/test/test_utils.py b/test/test_utils.py index 176cb39..7bf2edd 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -66,4 +66,5 @@ def test_fspath(): assert pelfs_disc.discoveryUrl == "" pelfs_disc._check_fspath("pelican://new-discovery-url.org/p/") - assert pelfs_disc.discoveryUrl == "pelican://new-discovery-url.org/" \ No newline at end of file + assert pelfs_disc.discoveryUrl == "pelican://new-discovery-url.org/" + \ No newline at end of file