Skip to content

Commit

Permalink
Update test_execute_wholesale_results.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johevemi committed Nov 4, 2024
1 parent f0525d8 commit 16dec11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def test_when_market_role_is_grid_access_provider_return_correct_file_name(
report_generator_instance = report_generator.ReportGenerator(spark, dbutils, args)

# Act
report_generator_instance.execute_wholesale_results(spark, dbutils, args)
report_generator_instance.execute_wholesale_results()

# Assert
actual_files = dbutils.jobs.taskValues.get(key="wholesale_result_files")
Expand Down

0 comments on commit 16dec11

Please sign in to comment.