Skip to content

Commit 36ea431

Browse files
committed
FIX BUG
1 parent 2e5038d commit 36ea431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/strings/tests/test_trie.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def test_Trie():
8181
assert trie_4.starts_with("do")
8282
assert not trie_4.starts_with("cat")
8383

84-
assert trie_4.longest_word() == "zebra"
84+
assert trie_4.longest_word() == "zebra"

0 commit comments

Comments
 (0)