diff --git a/src/python/pants/help/help_formatter_test.py b/src/python/pants/help/help_formatter_test.py index 89bf9f674345..8657646698ba 100644 --- a/src/python/pants/help/help_formatter_test.py +++ b/src/python/pants/help/help_formatter_test.py @@ -74,7 +74,7 @@ def test_suppress_advanced(self): args = ["--foo"] kwargs = {"advanced": True} lines = self._format_for_global_scope(False, False, args, kwargs) - assert len(lines) == 8 + assert len(lines) == 9 assert not any("--foo" in line for line in lines) lines = self._format_for_global_scope(True, False, args, kwargs) assert len(lines) == 18