Skip to content

Commit

Permalink
Aligning test assertion with updated naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
heispv authored and SebieF committed Dec 9, 2024
1 parent db5dcf2 commit c3da0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def test_hf_invalid_1_split(self):
configurator.get_verified_config()

self.assertIn(
"Expected 3 splits",
"Expected 3 subsets",
str(context.exception),
"Valid hf_dataset configuration for one split failed."
)
Expand Down

0 comments on commit c3da0c4

Please sign in to comment.