Skip to content

Commit 377c985

Browse files
committed
Fix unit test path
1 parent 1b15697 commit 377c985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros/gisnav/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test-launch:
1212

1313
.PHONY: test-unit
1414
test-unit:
15-
@python3 -m unittest discover -s gisnav/test/unit -p "test_*.py"
15+
@python3 -m unittest discover -s test/unit -p "test_*.py"
1616

1717
.PHONY: test-static
1818
test-static:

0 commit comments

Comments
 (0)