Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 2f3a4c2

Browse files
committed
fixed prev syntax error
1 parent cc7411c commit 2f3a4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/03_analysis/test_B.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def test_stemmer():
2121
assert unstemmed_word not in d
2222

2323
def test_stop_words():
24-
assert B.stop_list = []
24+
assert type(B.stop_list) is list

0 commit comments

Comments
 (0)