Skip to content

Commit c5c97d1

Browse files
committed
fix a typo
Signed-off-by: Yao Matrix <[email protected]>
1 parent b9b6d34 commit c5c97d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/unidiffuser/test_unidiffuser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def test_unidiffuser_default_img2text_v1_fp16(self):
578578
assert text[0][: len(expected_text_prefix)] == expected_text_prefix
579579

580580
@unittest.skip(
581-
"Test not supported becauseit has a bunch of direct configs at init and also, this pipeline isn't used that much now."
581+
"Test not supported because it has a bunch of direct configs at init and also, this pipeline isn't used that much now."
582582
)
583583
def test_encode_prompt_works_in_isolation():
584584
pass

0 commit comments

Comments
 (0)