diff --git a/Makefile b/Makefile index 8803c02..09596e3 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # License:: Apache License, Version 2.0 # -this_app = pytak +this_app = inrcot .DEFAULT_GOAL := all all: editable diff --git a/tests/test_functions.py b/tests/test_functions.py index 7b51bcd..5015fc9 100644 --- a/tests/test_functions.py +++ b/tests/test_functions.py @@ -27,7 +27,7 @@ def test_inreach_to_cot_xml(self): point = test_cot.find("point") - self.assertEqual(test_cot.get("type"), "a-.-G-E-V-C") + self.assertEqual(test_cot.get("type"), "a-n-G-E-V-C") self.assertEqual(test_cot.get("uid"), "Garmin-inReach.GregAlbrecht") self.assertEqual(point.get("lat"), "33.874926") self.assertEqual(point.get("lon"), "-118.346915")