We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5038d commit 36ea431Copy full SHA for 36ea431
pydatastructs/strings/tests/test_trie.py
@@ -81,4 +81,4 @@ def test_Trie():
81
assert trie_4.starts_with("do")
82
assert not trie_4.starts_with("cat")
83
84
- assert trie_4.longest_word() == "zebra"
+ assert trie_4.longest_word() == "zebra"
0 commit comments