Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 9ce048f

Browse files
committed
Add more tests around instantiation
1 parent b5f5919 commit 9ce048f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/tests/test_nav_msg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ def build_nav_msg():
3838
def test_instantiate():
3939
nm = swiftnav.nav_msg.NavMsg()
4040

41+
def test_build_nav_msg():
42+
build_nav_msg()
43+
4144
def test_richcmp():
4245
nm_a = build_nav_msg()
4346
nm_b = build_nav_msg()

0 commit comments

Comments
 (0)