From eded387171943795f5daa78c5a2db20e0f32d6ef Mon Sep 17 00:00:00 2001 From: alstr Date: Thu, 10 Apr 2025 15:01:48 +0100 Subject: [PATCH] Amend file path to fix test --- tests/test_new.diff | 2 +- tests/test_process_diff.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_new.diff b/tests/test_new.diff index 4d4a980..cf311dd 100644 --- a/tests/test_new.diff +++ b/tests/test_new.diff @@ -593,7 +593,7 @@ diff --git a/src/Dockerfile b/src/Dockerfile new file mode 100644 index 0000000..d340f6a --- /dev/null -+++ b/Dockerfile ++++ b/src/Dockerfile @@ -0,0 +1,4 @@ +WORKDIR /app +ENV PYTHONPATH /app diff --git a/tests/test_process_diff.py b/tests/test_process_diff.py index af19167..ea45b23 100644 --- a/tests/test_process_diff.py +++ b/tests/test_process_diff.py @@ -78,7 +78,7 @@ class IssueUrlInsertionTest(unittest.TestCase): "Skipping because 'SKIP_PROCESS_DIFF_TEST' is 'true'") def test_url_insertion(self): self._setUp(['test_new.diff']) - self._standardTest(79) + self._standardTest(80) def test_line_numbering_with_deletions(self): self._setUp(['test_new_py.diff', 'test_edit_py.diff'])