From 37a4cf98e20f21f4b79c8f1659a7041f2e0ab883 Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Mon, 25 Dec 2023 00:52:20 +0100 Subject: [PATCH] failing clublog test was fixed --- test/test_lookuplib_clublogxml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_lookuplib_clublogxml.py b/test/test_lookuplib_clublogxml.py index 072f02f..c975cd2 100644 --- a/test/test_lookuplib_clublogxml.py +++ b/test/test_lookuplib_clublogxml.py @@ -173,7 +173,6 @@ class TestclublogXML_Getters: with pytest.raises(KeyError): fixClublogXML.lookup_callsign("vk9xx", timestamp) - @pytest.mark.skip(reason="lat/long is wrong in clublog XML as of 12/2023") def test_lookup_callsign_exception_no_start_nor_end_date(self, fixClublogXML): timestamp = datetime(year=1975, month=9, day=14, tzinfo=UTC)