Skip to content

Commit

Permalink
Merge pull request #53 from MIT-Emerging-Talent/update_word_frequency
Browse files Browse the repository at this point in the history
update word freq test
  • Loading branch information
safaabuzaid authored Jan 11, 2025
2 parents 2dd7fe2 + 64131c8 commit c983782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/tests/test_word_frequency.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import unittest

from word_frequency import count_word_frequency
from ..word_frequency import count_word_frequency


class TestWordFrequency(unittest.TestCase):
Expand Down

0 comments on commit c983782

Please sign in to comment.