Skip to content

Commit

Permalink
fixing py_testing
Browse files Browse the repository at this point in the history
fixing py_testing
  • Loading branch information
MarcDarazi99 committed Jan 11, 2025
1 parent ffc5cf5 commit c9178d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/tests/test_hex_to_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

import unittest
from hex_to_binary import hex_to_binary
from ..hex_to_binary import hex_to_binary


class TestHexToBinary(unittest.TestCase):
Expand Down

0 comments on commit c9178d4

Please sign in to comment.