diff --git a/tests/unit/test_app.py b/tests/unit/test_app.py index 9beccfa..bdaed79 100644 --- a/tests/unit/test_app.py +++ b/tests/unit/test_app.py @@ -520,7 +520,7 @@ And some more text after. result = "\n".join(code_block_lines) expected = """def test_function(): - return "Hello, World!"""" + return "Hello, World!\"""" self.assertEqual(result, expected)