Skip to content

Commit

Permalink
Correct test name to HashStringsTest (#31497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Jun 10, 2024
1 parent e26eb12 commit 2ddfcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/ml/transforms/tft_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ def validate_count_per_key(key_vocab_filename):
self.assertEqual(expected_data, actual_data)


class HashWordsTest(unittest.TestCase):
class HashStringsTest(unittest.TestCase):
def setUp(self) -> None:
self.artifact_location = tempfile.mkdtemp()

Expand Down

0 comments on commit 2ddfcfb

Please sign in to comment.