We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad49166 commit ea400a4Copy full SHA for ea400a4
src/test/java/com/semanticprivacyguard/CustomPatternTest.java
@@ -115,7 +115,7 @@ void customPattern_employeeId_detected() {
115
.build();
116
SemanticPrivacyGuard spg = SemanticPrivacyGuard.create(config);
117
118
- RedactionResult result = spg.redact("Assigned to EMP-042731 for review.");
+ RedactionResult result = spg.redact("Task EMP-042731 is pending.");
119
120
assertTrue(result.getRedactedText().contains("[PII_1]"),
121
"Employee ID should be tokenised to [PII_1]");
0 commit comments