Skip to content

Commit

Permalink
rm print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Oct 15, 2024
1 parent a1d3e5e commit 86a6709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/test_update_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def test_run_update_html_twice_and_determine_insertion_position(self):
# Check order of both versions in the mock file content
self.assertIn(version1, mock_file_content)
self.assertIn(version2, mock_file_content)
print(mock_file_content)
self.assertLess(mock_file_content.index(version2), mock_file_content.index(version1)) # version2 (3.0.7) should occur before version1 (3.0.6), since order is descending


Expand Down

0 comments on commit 86a6709

Please sign in to comment.