Skip to content

Commit

Permalink
Updated unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <[email protected]>
  • Loading branch information
ElenaKhaustova committed Jan 15, 2025
1 parent e2755c3 commit c49c730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_save(self, dataset, local_csvs, suffix):
@pytest.mark.parametrize("suffix", ["", ".csv"])
def test_callable_save(self, dataset, local_csvs, suffix):
pds = PartitionedDataset(
path=str(local_csvs), dataset=dataset, filename_suffix=suffix
path=str(local_csvs), dataset=dataset, filename_suffix=suffix, save_lazily=False
)

part_id = "new/data"
Expand Down

0 comments on commit c49c730

Please sign in to comment.