Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 12, 2024
1 parent 514d595 commit eb96c61
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3122,6 +3122,8 @@ def test_asset_backfill_retries_make_downstreams_runnable(
list(execute_backfill_iteration(workspace_context, get_default_daemon_logger("BackfillDaemon")))
assert instance.get_runs_count() == 1
backfill = instance.get_backfill(backfill_id)
assert backfill
assert backfill.asset_backfill_data
assert (
backfill.asset_backfill_data.materialized_subset.num_partitions_and_non_partitioned_assets
== 0
Expand Down

0 comments on commit eb96c61

Please sign in to comment.