Skip to content

Commit 39a68af

Browse files
committed
Update the emoji csv test file to pass LLM classification
1 parent 2e2e261 commit 39a68af

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

tests/resources/emoji_file.csv

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
text
2-
Today is my birthday. 🌮 Thanks 🙏 Adam🙏🏼! I live in Atlanta
3-
🙏🏼 Adam Kamor
4-
The remainder of this text is not interesting. It contains nothing sensitive and is just meant to add ascii characters so we do not incorrectly treat this file as binary. The remainder of this text is not interesting. It contains nothing sensitive and is just meant to add ascii characters so we do not incorrectly treat this file as binary. The remainder of this text is not interesting. It contains nothing sensitive and is just meant to add ascii characters so we do not incorrectly treat this file as binary. The remainder of this text is not interesting. It contains nothing sensitive and is just meant to add ascii characters so we do not incorrectly treat this file as binary. The remainder of this text is not interesting. It contains nothing sensitive and is just meant to add ascii characters so we do not incorrectly treat this file as binary. The remainder of this text is not interesting. It contains nothing sensitive and is just meant to add ascii characters so we do not incorrectly treat this file as binary. The remainder of this text is not interesting. It contains nothing sensitive and is just meant to add ascii characters so we do not incorrectly treat this file as binary.
1+
name, location, some_text
2+
Adam Kamor, Atlanta, Yesterday was my birthday
3+
Bob Johnson, Boston, There are no good 🌮 restaurants here
4+
🙏 Alice Smith 🙏, Texas, Tommorow is my birthday
5+
Charlie Brockton, Brockton, Lorem ipsum dolor sit amet consectetur adipiscing elit. Sed semper porttitor orci in tempor diam viverra at. Nulla rutrum cursus eros id tincidunt. Nunc pellentesque leo at eros elementum id dictum sem suscipit. Pellentesque a elit non eros faucibus tristique nec eu metus. In maximus justo ut ex dapibus sit amet consectetur lectus posuere. Proin eleifend ac sapien ac sagittis. In bibendum lorem eu massa pretium iaculis.

tests/tests/redact_tests/test_redact_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def test_redact_file_with_emoji(textual, filename, generator_default):
5555
textual,
5656
filename,
5757
generator_default=generator_default,
58+
num_retries=240
5859
)
5960

6061
check_redaction(

0 commit comments

Comments
 (0)