Skip to content

Commit 008c66a

Browse files
Addressing Alain's feedback
1 parent a55cc65 commit 008c66a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/tests/test_prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_strips_bidi_characters(self):
9393

9494
def test_strips_misplaced_bom(self):
9595
# BOM in middle should be stripped
96-
assert sanitize_memory_content("hel\uFEFFlo") == "hello"
96+
assert sanitize_memory_content("hel\ufefflo") == "hello"
9797

9898
def test_passes_clean_text_unchanged(self):
9999
clean = "This repo uses Jest for testing and CDK for infrastructure."

0 commit comments

Comments
 (0)