diff --git a/tests/test_quickdrawdata.py b/tests/test_quickdrawdata.py index 5eb20b9..ea9bc70 100644 --- a/tests/test_quickdrawdata.py +++ b/tests/test_quickdrawdata.py @@ -105,7 +105,7 @@ def test_unrecognized_data(): def test_search_drawings(): qd = QuickDrawData() - # test a search with no criteria returns 1000 results + #test a search with no criteria returns 1000 results r = qd.search_drawings("anvil") assert len(r) == 1000