Skip to content

Commit 01674a3

Browse files
committed
Added/Updated tests\bugs\gh_7466_plans_tracking_test.py: fixed wrong subsitution item
1 parent c50bfc4 commit 01674a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bugs/gh_7466_plans_tracking_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
substitutions = [
5050
(' \\(line \\d+, column \\d+\\)', '(line, column)' )
51-
,( '\\s+\\d+\\s+ms', '')
51+
,( '\\d+\\s+ms', '')
5252
]
5353

5454
act = python_act('db', substitutions = substitutions)

0 commit comments

Comments
 (0)