Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Oct 23, 2023
1 parent a37529a commit c393c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_meaningless_params(self) -> None:
with self.assertRaises(ValueError) as context:
partitioner.load_partition(1)
self.assertIn(
"The given specification of the parameter num_partitions=10 for the given "
"The given specification of the parameter num_partitions=100 for the given "
"dataset results in the partitions sizes that are not greater than 0.",
str(context.exception),
)
Expand Down

0 comments on commit c393c1f

Please sign in to comment.