From 220b8e97164593e9a6315f966fddb90c1ea4d562 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Wed, 26 Oct 2016 21:03:14 +0200 Subject: [PATCH] update setup and test code --- setup.py | 2 +- tests/test_adsb.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d772a1b..bd1e8e1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.0.5', + version='1.0.7', description='Python Mode-S Decoder', long_description=long_description, diff --git a/tests/test_adsb.py b/tests/test_adsb.py index d2c1f98..9430644 100644 --- a/tests/test_adsb.py +++ b/tests/test_adsb.py @@ -51,8 +51,8 @@ def test_adsb_alt(): def test_adsb_velocity(): vgs = adsb.velocity("8D485020994409940838175B284F") vas = adsb.velocity("8DA05F219B06B6AF189400CBC33F") - assert vgs == (159, 182.9, -14, 'GS') - assert vas == (376, 244.0, -37, 'AS') + assert vgs == (159, 182.9, -832, 'GS') + assert vas == (376, 244.0, -2304, 'AS') def test_nic():