Skip to content

Commit

Permalink
Added/Updated tests\bugs\gh_7466_plans_tracking_test.py: fixed wrong …
Browse files Browse the repository at this point in the history
…subsitution item
  • Loading branch information
pavel-zotov committed Sep 10, 2023
1 parent c50bfc4 commit 01674a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bugs/gh_7466_plans_tracking_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

substitutions = [
(' \\(line \\d+, column \\d+\\)', '(line, column)' )
,( '\\s+\\d+\\s+ms', '')
,( '\\d+\\s+ms', '')
]

act = python_act('db', substitutions = substitutions)
Expand Down

0 comments on commit 01674a3

Please sign in to comment.