From 13142fbb089d036ce30ba8b457ecada7cdc4c89d Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Mon, 25 Nov 2024 12:14:18 +0100 Subject: [PATCH] fix unit test --- tests/unit/resolver/test_resolve_issues.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/resolver/test_resolve_issues.py b/tests/unit/resolver/test_resolve_issues.py index 3f08db7e2bea..95da25fc2190 100644 --- a/tests/unit/resolver/test_resolve_issues.py +++ b/tests/unit/resolver/test_resolve_issues.py @@ -551,6 +551,7 @@ def test_file_instruction_with_repo_instruction(): - Setup: `poetry install --with test --with dev` - Testing: `poetry run pytest tests/test_*.py` + When you think you have fixed the issue through code changes, please finish the interaction.""" assert instruction == expected_instruction assert issue_handler.issue_type == 'issue'