Skip to content

Commit

Permalink
comment to match code
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored May 2, 2024
1 parent 5a8575f commit 744f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_markdown_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_split_markdown_file(self):
Test the split_markdown_file function.
"""

# Define a sample markdown file content with 3 times the maximum character count
# Define a sample markdown file content with 4 times the maximum character count
multiple_of_max = 4
max_char_count = 65535
repeated_content = "a\n"
Expand Down

0 comments on commit 744f9dc

Please sign in to comment.