From 4752898551111213babdc4166b473b9d3a8ad197 Mon Sep 17 00:00:00 2001 From: Pratyusha <133910229+pratyusha-samidhapudi@users.noreply.github.com> Date: Sat, 25 Nov 2023 01:14:48 -0500 Subject: [PATCH] Update test_square.py --- tests/FindSquare/test_square.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FindSquare/test_square.py b/tests/FindSquare/test_square.py index 7a06445..2956f25 100644 --- a/tests/FindSquare/test_square.py +++ b/tests/FindSquare/test_square.py @@ -1,4 +1,4 @@ -from FindSquare/square import calculate_square +from FindSquare.square import calculate_square def test_square_calculation(): # Test with a positive number