mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 23:51:28 +00:00
parent
22fe3a14ab
commit
60d6bd71ef
1 changed files with 1 additions and 1 deletions
|
@ -418,4 +418,4 @@ class FiltrationTest(unittest.TestCase):
|
|||
self.assertEqual(is_match, expected_match, file_stem)
|
||||
|
||||
# Export the test for the runner
|
||||
suite = unittest.makeSuite(FiltrationTest)
|
||||
suite = unittest.defaultTestLoader.loadTestsFromTestCase(FiltrationTest)
|
||||
|
|
Loading…
Add table
Reference in a new issue