From 5db094e1a2314c2224896f70cc8bb252b68e631e Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Tue, 3 Mar 2020 01:03:50 +0100 Subject: [PATCH] changed zone exception test from dp0gvn to ci8aw --- test/test_callinfo.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/test_callinfo.py b/test/test_callinfo.py index 36b9fb4..5146449 100644 --- a/test/test_callinfo.py +++ b/test/test_callinfo.py @@ -139,13 +139,13 @@ response_Exception_VK9XO_with_start_date = { 'cqz': 29 } -response_zone_exception_dp0gvn = { - 'country': 'ANTARCTICA', - 'adif': 13, - 'cqz': 38, - 'latitude': -65.0, - 'longitude': -64.0, - 'continent': 'AN' +response_zone_exception_ci8aw = { + 'country': 'CANADA', + 'adif': 1, + 'cqz': 1, + 'latitude': 45.0, + 'longitude': -80.0, + 'continent': 'NA' } response_lat_long_dh1tw = { @@ -300,7 +300,7 @@ class Test_callinfo_methods: if fix_callinfo._lookuplib._lookuptype == "clublogxml" or fix_callinfo._lookuplib._lookuptype == "clublogapi": assert fix_callinfo.get_all("DH1TW") == response_prefix_DH_clublog - assert fix_callinfo.get_all("dp0gvn") == response_zone_exception_dp0gvn + assert fix_callinfo.get_all("ci8aw") == response_zone_exception_ci8aw timestamp = datetime(year=2016, month=1, day=20, tzinfo=UTC) assert fix_callinfo.get_all("VP8STI", timestamp) == response_Exception_VP8STI_with_start_and_stop_date