mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(missing hf ref):
This commit is contained in:
@@ -12,13 +12,13 @@ class TestPreparePrompts:
|
||||
# Assert that the prepared_prompts list is empty
|
||||
assert prepared_prompts == []
|
||||
|
||||
assert len(
|
||||
prepare_prompts(["markush1/LLM-Jailbreak-Classifier"], 100)
|
||||
) == snapshot(1)
|
||||
# assert len(
|
||||
# prepare_prompts(["markush1/LLM-Jailbreak-Classifier"], 100)
|
||||
# ) == snapshot(1)
|
||||
|
||||
assert len(
|
||||
prepare_prompts(
|
||||
["markush1/LLM-Jailbreak-Classifier", "llm-adaptive-attacks"],
|
||||
["llm-adaptive-attacks"],
|
||||
100,
|
||||
)
|
||||
) == snapshot(2)
|
||||
) == snapshot(1)
|
||||
|
||||
Reference in New Issue
Block a user