mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-09 03:06:05 +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 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user