Skip to content

Commit

Permalink
Revert "Update chunking test"
Browse files Browse the repository at this point in the history
This reverts commit ceeab49.
  • Loading branch information
gabrielBusta committed Oct 11, 2023
1 parent ceeab49 commit 01ba699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_transform_chunking.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def test_transforms(request, run_transform):
pprint(tasks, indent=2)

assert len(tasks) == 2, "Chunking should've generated 2 tasks"
assert_chunked_task(tasks[0], "01")
assert_chunked_task(tasks[1], "02")
assert_chunked_task(tasks[0], 1)
assert_chunked_task(tasks[1], 2)

0 comments on commit 01ba699

Please sign in to comment.