Skip to content

Commit

Permalink
update word freq test
Browse files Browse the repository at this point in the history
  • Loading branch information
safaabuzaid committed Jan 11, 2025
1 parent 2dd7fe2 commit 64131c8
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 64131c8

Please sign in to comment.