From 87b0fcab178fe4eab6593994ab6fbba739ad22d0 Mon Sep 17 00:00:00 2001 From: clavedeluna Date: Wed, 24 Jul 2024 11:22:53 -0300 Subject: [PATCH] fix int tests --- integration_tests/sonar/test_sonar_django_receiver_on_top.py | 3 ++- integration_tests/test_django_receiver_on_top.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/integration_tests/sonar/test_sonar_django_receiver_on_top.py b/integration_tests/sonar/test_sonar_django_receiver_on_top.py index 3ed299422..dff0de29b 100644 --- a/integration_tests/sonar/test_sonar_django_receiver_on_top.py +++ b/integration_tests/sonar/test_sonar_django_receiver_on_top.py @@ -26,6 +26,7 @@ class TestDjangoReceiverOnTop(SonarIntegrationTest): ) # fmt: on - expected_line_change = "7" + expected_line_change = "6" change_description = DjangoReceiverOnTopTransformer.change_description num_changed_files = 1 + num_changes = 2 diff --git a/integration_tests/test_django_receiver_on_top.py b/integration_tests/test_django_receiver_on_top.py index ea36f67b7..01f322da2 100644 --- a/integration_tests/test_django_receiver_on_top.py +++ b/integration_tests/test_django_receiver_on_top.py @@ -38,6 +38,7 @@ def foo(): ) # fmt: on - expected_line_change = "7" + expected_line_change = "6" change_description = DjangoReceiverOnTopTransformer.change_description num_changed_files = 1 + num_changes = 2