From 7c9806e10093087e620eb9666d43f9a81441bfd4 Mon Sep 17 00:00:00 2001 From: Emma Turetsky Date: Mon, 18 Nov 2024 11:36:42 -0600 Subject: [PATCH] Added a newline at the end of the file --- test/test_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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