Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 30, 2022
1 parent b3abab3 commit 684c301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# License:: Apache License, Version 2.0
#

this_app = pytak
this_app = inrcot
.DEFAULT_GOAL := all

all: editable
Expand Down
2 changes: 1 addition & 1 deletion tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 684c301

Please sign in to comment.