From 397df987cbecfe6a6188d8e9602bdc42e345195b Mon Sep 17 00:00:00 2001 From: Safiya Hashimi Date: Fri, 10 Jan 2025 00:07:50 +0100 Subject: [PATCH] updates --- solutions/tests/test_string_length.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/tests/test_string_length.py b/solutions/tests/test_string_length.py index 8dbcd190a..905dc0edc 100644 --- a/solutions/tests/test_string_length.py +++ b/solutions/tests/test_string_length.py @@ -16,7 +16,7 @@ import unittest -from ..string_length import string_length +from solutions.string_length import string_length class TestStringLength(unittest.TestCase):