Skip to content

Commit 4fd7491

Browse files
committed
Fixed indent
1 parent 9f6e1de commit 4fd7491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_tool_competition_2024_utbot_python/generator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ def _build_test(
8484

8585
utbot_tests = _read_generated_tests(str(output_file))
8686
if utbot_tests == "":
87-
utbot_tests = f"""def test_dummy():
88-
import {module_name}"""
87+
utbot_tests = (f"def test_dummy():\n"
88+
f" import {target_file_info.module_name}")
8989

9090
return TestGenerationSuccess(utbot_tests)
9191

0 commit comments

Comments
 (0)