diff --git a/tests/test_general.py b/tests/test_general.py index 920acbb..a5b68bd 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -96,7 +96,6 @@ def test_most_common_words(): assert get_most_common('sk') == 'a' assert get_most_common('sl') == 'je' assert get_most_common('sv') == 'är' - assert get_most_common('sw') == 'ya' assert get_most_common('ta') == 'ஒரு' assert get_most_common('tr') == 've' assert get_most_common('uk') == 'в' diff --git a/wordfreq/data/small_sw.msgpack.gz b/wordfreq/data/small_sw.msgpack.gz deleted file mode 100644 index 3e6ec84..0000000 Binary files a/wordfreq/data/small_sw.msgpack.gz and /dev/null differ