Skip to content

Commit

Permalink
Removed reference to data_parser
Browse files Browse the repository at this point in the history
A usage tagged 'data_parser' appeared at end of test name
It was stating what value was used to set another
Changed text to reflect the new source of that value
  • Loading branch information
asgibson committed Nov 7, 2023
1 parent b056993 commit 4df130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/onair/src/run_scripts/test_execution_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def test_ExecutionEngine_returns_expected_dict_when_all_mapped_files_exist(mocke
assert execution_engine.os.path.exists.call_args_list[i].args == (fake_path, )

# parse_data tests
def test_ExecutionEngine_parse_data_sets_the_simDataSource_to_the_data_parser(mocker):
def test_ExecutionEngine_parse_data_sets_the_simDataSource_to_a_new_data_source_module_DataSource(mocker):
# Arrange
arg_parser_file_name = MagicMock()
arg_dataFile = str(MagicMock())
Expand Down

0 comments on commit 4df130a

Please sign in to comment.