Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Aug 11, 2024
1 parent 7f7a3a2 commit e2f8aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_chunked_processing_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def add_inp_table(ds: DataStore, bg_count):
func=add_inp_table,
outputs=["inp_del"],
delete_stale=True, # Default behavior, deletes records that are not yielded by func
kwargs=dict(bg_count={"value": 0}), # to avoid double counting
kwargs=dict(bg_count=bg_count), # to avoid double counting
),
]
)
Expand Down

0 comments on commit e2f8aee

Please sign in to comment.