Skip to content

Commit

Permalink
fix(missing hf ref):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Jun 25, 2024
1 parent ba2535e commit 4bf2f66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions agentic_security/probe_data/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ def test_empty_dataset_list(self):
# 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)

0 comments on commit 4bf2f66

Please sign in to comment.