Skip to content

Commit

Permalink
fix: Tests lineno
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Feb 19, 2024
1 parent 784b572 commit 430779f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sub_class_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _find_failing_node_model(module_node):
"viewset_model": {
"versions": ">=2",
"msg_id": "nb-sub-class-name",
"line": 5,
"line": 6,
"col_offset": 0,
"args": ("AddressObjectUIViewSet",),
"node": _find_failing_node_model,
Expand All @@ -78,7 +78,7 @@ def _find_failing_node_model(module_node):
"table_model": {
"versions": ">=2",
"msg_id": "nb-sub-class-name",
"line": 5,
"line": 6,
"col_offset": 0,
"args": ("AddressObjectTable",),
"node": _find_failing_node_model,
Expand Down

0 comments on commit 430779f

Please sign in to comment.