Skip to content

Commit

Permalink
Remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Jun 16, 2024
1 parent 611a6bb commit 59c9783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_core/test_core_coretools.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ def pruneResult(result, index):
return [(s, n, c.split()[0]) for s, n, c in temp]

# Defaults
# assert list(search.iterSearch(project, "Lorem")) == []
assert pruneResult(search.iterSearch(project, "Lorem"), 2) == [
(15, 5, "Lorem"), (754, 5, "lorem"), (2056, 5, "lorem,"), (2209, 5, "lorem"),
(2425, 5, "lorem"), (2840, 5, "lorem."), (3399, 5, "lorem"),
Expand Down

0 comments on commit 59c9783

Please sign in to comment.