Skip to content

Commit

Permalink
fix int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Jul 24, 2024
1 parent fb557be commit 87b0fca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integration_tests/sonar/test_sonar_django_receiver_on_top.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion integration_tests/test_django_receiver_on_top.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 87b0fca

Please sign in to comment.