fix(missing hf ref):

This commit is contained in:
Alexander Myasoedov
2024-06-25 13:14:21 +03:00
parent ba2535e241
commit 4bf2f662b6
+5 -5
View File
@@ -12,13 +12,13 @@ class TestPreparePrompts:
# Assert that the prepared_prompts list is empty # Assert that the prepared_prompts list is empty
assert prepared_prompts == [] assert prepared_prompts == []
assert len( # assert len(
prepare_prompts(["markush1/LLM-Jailbreak-Classifier"], 100) # prepare_prompts(["markush1/LLM-Jailbreak-Classifier"], 100)
) == snapshot(1) # ) == snapshot(1)
assert len( assert len(
prepare_prompts( prepare_prompts(
["markush1/LLM-Jailbreak-Classifier", "llm-adaptive-attacks"], ["llm-adaptive-attacks"],
100, 100,
) )
) == snapshot(2) ) == snapshot(1)