Skip to content

Commit 1e495ff

Browse files
♻️ Update expected line number in test_url_insertion
Changed the expected value in test_url_insertion from 87 to 90 to reflect updates in the test data or logic.
1 parent d14fc87 commit 1e495ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_process_diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def run(self, result=None):
7878
"Skipping because 'SKIP_PROCESS_DIFF_TEST' is 'true'")
7979
def test_url_insertion(self):
8080
self._setUp(['test_new.diff'])
81-
self._standardTest(87)
81+
self._standardTest(90)
8282

8383
def test_line_numbering_with_deletions(self):
8484
self._setUp(['test_new_py.diff', 'test_edit_py.diff'])

0 commit comments

Comments
 (0)