Skip to content

Commit

Permalink
Update on NoneType identification method.
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Aug 19, 2023
1 parent 18e20bb commit 8d675dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_find_pathway_by_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def test_find_pathways_by_text():
# Test with a query that should not return any pathways
query = 'qwertyuiop'
result = find_pathways_by_text(query)
assert len(result) == 0
assert result is None

0 comments on commit 8d675dc

Please sign in to comment.