mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added/Updated tests\functional\procedure\create\test_02.py: minor change: aded forgotten substitution
This commit is contained in:
parent
0e345c8698
commit
2f563be3e9
@ -15,7 +15,7 @@ import pytest
|
||||
from firebird.qa import *
|
||||
|
||||
db = db_factory(charset = 'win1250')
|
||||
act = python_act('db') #, substitutions = [ ('=', ''), ('[ \t]+', ' ') ])
|
||||
act = python_act('db', substitutions = [ ('=', ''), ('[ \t]+', ' ') ])
|
||||
|
||||
@pytest.mark.version('>=3')
|
||||
def test_1(act: Action):
|
||||
|
Loading…
Reference in New Issue
Block a user