Skip to content

Commit

Permalink
fixed impacted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MDobransky committed Aug 26, 2024
1 parent 20b9cb2 commit a0d5a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runner/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def test_check_dates_have_partition_no_table(spark, mocker):
[("2023-02-26", False), ("2023-03-05", True)],
)
def test_check_dependencies(spark, mocker, r_date, expected):
mocker.patch("rialto.runner.runner.Runner._table_exists", return_value=True)
mocker.patch("rialto.runner.runner.utils.table_exists", return_value=True)

runner = Runner(
spark,
Expand Down

0 comments on commit a0d5a02

Please sign in to comment.