Skip to content

Commit 866255d

Browse files
fixup: Address CoPilot comments
1 parent e8d564d commit 866255d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_trend_ai_guard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_trend_ai_guard_error(
6969
is_reusable=True, status_code=status_code, json={"result": {}}
7070
)
7171

72-
chat = TestChat(output_rail_config, llm_completions=[" Hello!"]) ## ??
72+
chat = TestChat(output_rail_config, llm_completions=[" Hello!"])
7373

7474
chat >> "Hi!"
7575
chat << "Hello!"

0 commit comments

Comments
 (0)