Skip to content

Commit 9aed343

Browse files
committed
fixup
1 parent 09aca32 commit 9aed343

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

py/src/braintrust/test_framework.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,6 @@ def test_evaluate_filter_input_field(self):
681681
f = Filter(path=["input", "text"], pattern=re.compile("hello"))
682682
assert evaluate_filter(datum, f) is True
683683

684-
685684
@pytest.mark.asyncio
686685
async def test_run_evaluator_with_filter_and_evalcase(self):
687686
data = [

0 commit comments

Comments
 (0)