Skip to content

Commit

Permalink
migrate function_single test
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Jan 27, 2025
1 parent 6147759 commit 8fa359c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/generators/test_function.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import pytest
import re

from garak import cli


def passed_function(prompt: str, **kwargs):
return [None]
return [""]
# return [None] # not valid


def test_function_single(capsys):
Expand Down

0 comments on commit 8fa359c

Please sign in to comment.