diff --git a/tests/test_issue_40_cli_integration.py b/tests/test_issue_40_cli_integration.py index 23674b6a..9992ae7c 100644 --- a/tests/test_issue_40_cli_integration.py +++ b/tests/test_issue_40_cli_integration.py @@ -96,9 +96,11 @@ class TestIssue40CLIIntegration: # Should create associated markdown file assert expected_md.exists() - # Verify it's valid markdown + # Verify it's valid markdown with schema reference md_content = expected_md.read_text() - assert md_content.startswith('# ') + # Content should include schema reference metadata and heading + assert '