diff --git a/suite/auto-sync/src/autosync/Tests/test_header_patcher.py b/suite/auto-sync/src/autosync/Tests/test_header_patcher.py index 6aef639ce4..67ae6128ec 100644 --- a/suite/auto-sync/src/autosync/Tests/test_header_patcher.py +++ b/suite/auto-sync/src/autosync/Tests/test_header_patcher.py @@ -29,7 +29,7 @@ def test_header_patching(self): " // generated content begin\n" " // clang-format off\n" "\n" - "This part should be included if the whole file is included.\n" + "\tThis part should be included if the whole file is included.\n" "\n" " // clang-format on\n" " // generated content end\n"