Updated name for a test case

This commit is contained in:
kinaryml 2022-10-18 05:35:05 -07:00
parent f166eb32e8
commit 91b60da1dc

View File

@ -273,7 +273,7 @@ class ImageSegmenterTest(parameterized.TestCase):
r'not initialized with the live stream mode'):
segmenter.segment_async(self.test_image, 0)
def test_detect_for_video_with_out_of_order_timestamp(self):
def test_segment_for_video_with_out_of_order_timestamp(self):
options = _ImageSegmenterOptions(
base_options=_BaseOptions(model_asset_path=self.model_path),
running_mode=_RUNNING_MODE.VIDEO)