6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\gh_7466_plans_tracking_test.py: fixed wrong subsitution item

This commit is contained in:
pavel-zotov 2023-09-10 11:29:01 +03:00
parent c50bfc4ed8
commit 01674a3b32

View File

@ -48,7 +48,7 @@ db = db_factory()
substitutions = [
(' \\(line \\d+, column \\d+\\)', '(line, column)' )
,( '\\s+\\d+\\s+ms', '')
,( '\\d+\\s+ms', '')
]
act = python_act('db', substitutions = substitutions)