Skip to content

Commit e2ca95a

Browse files
committed
rename tests.
1 parent 4b51bbf commit e2ca95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/test_modeling_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ def test_wrong_adapter_name_raises_error(self):
11501150
@parameterized.expand([(4, 4, True), (4, 8, False), (8, 4, False)])
11511151
@torch.no_grad()
11521152
@unittest.skipIf(not is_peft_available(), "Only with PEFT")
1153-
def test_adapter_metadata_is_loaded_correctly(self, rank, lora_alpha, use_dora):
1153+
def test_lora_adapter_metadata_is_loaded_correctly(self, rank, lora_alpha, use_dora):
11541154
from peft import LoraConfig
11551155

11561156
from diffusers.loaders.peft import PeftAdapterMixin

0 commit comments

Comments
 (0)