diff --git a/tests/test_annotate.py b/tests/test_annotate.py deleted file mode 100644 index b8a8f67..0000000 --- a/tests/test_annotate.py +++ /dev/null @@ -1,6 +0,0 @@ -import plantcv.annotate as an - - -def test_annotate(): - """PlantCV Test""" - assert an.__name__ == "plantcv.annotate"