Skip to content

Commit 280a499

Browse files
author
d.kovalenko
committed
Test name is corrected (test_203__option__without_assign)
1 parent d0b77ed commit 280a499

File tree

1 file changed

+1
-1
lines changed
  • tests/implementation/v00/configuration_std/Objects/PostgresConfigurationReader_Base/LoadFileDataContent

1 file changed

+1
-1
lines changed

tests/implementation/v00/configuration_std/Objects/PostgresConfigurationReader_Base/LoadFileDataContent/test_set001__common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def test_202__option(self, request: pytest.FixtureRequest):
204204
assert fileLineData0.m_Items[0].m_Element.m_Value == 234
205205

206206
# --------------------------------------------------------------------
207-
def test_203__option__with_assign(self, request: pytest.FixtureRequest):
207+
def test_203__option__without_assign(self, request: pytest.FixtureRequest):
208208
assert isinstance(request, pytest.FixtureRequest)
209209

210210
rootTmpDir = TestServices.GetRootTmpDir()

0 commit comments

Comments
 (0)