asyncmongo
asyncmongo copied to clipboard
find_one returns empty list when not found (should return None)
According to the documentation, find_one should return None when the query doesn't find anything.
What actually happens is that an empty list is returned.