Skip to content

Commit

Permalink
change the import to relative instead of absolute to attempt to pass …
Browse files Browse the repository at this point in the history
…pytest
  • Loading branch information
olumide-AI committed Jan 12, 2025
1 parent c4754fe commit 8054b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/tests/test_multiply_two_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

import unittest
from solutions.multiply_two_numbers import multiply_two_numbers
from ..multiply_two_numbers import multiply_two_numbers


class TestMultiplyTwoNumbers(unittest.TestCase):
Expand Down

0 comments on commit 8054b4b

Please sign in to comment.