diff --git a/tests/test_images.py b/tests/test_images.py index 284058f..f1f82ec 100644 --- a/tests/test_images.py +++ b/tests/test_images.py @@ -5,8 +5,8 @@ # quick test to make sure python is where I think it is def test_where(): - print(os.listdir("tests")) - assert 1 == 1 + loc = (os.listdir("tests")) + assert loc == 1 # photos from ncas named instruments