Skip to content

Commit f219198

Browse files
committed
rename test class.
1 parent 71574e9 commit f219198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/test_lora_layers_sana.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
@require_peft_backend
38-
class FluxLoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
38+
class SanaLoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
3939
pipeline_class = SanaPipeline
4040
scheduler_cls = FlowMatchEulerDiscreteScheduler(shift=7.0)
4141
scheduler_kwargs = {}

0 commit comments

Comments
 (0)