From 2ddfcfb1c18020d0c01c7ebfe5d898a5b8a303b6 Mon Sep 17 00:00:00 2001 From: Jack McCluskey <34928439+jrmccluskey@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:56:56 -0400 Subject: [PATCH] Correct test name to HashStringsTest (#31497) --- sdks/python/apache_beam/ml/transforms/tft_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/ml/transforms/tft_test.py b/sdks/python/apache_beam/ml/transforms/tft_test.py index f5615e9d4ad1..6afe9b5ab302 100644 --- a/sdks/python/apache_beam/ml/transforms/tft_test.py +++ b/sdks/python/apache_beam/ml/transforms/tft_test.py @@ -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()