Skip to content

Commit bff9840

Browse files
committed
Updating test name.
1 parent bfd75d7 commit bff9840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationModuleConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void testDpiMaskingConfig() {
109109
}
110110

111111
@Test
112-
void testCustomRegex() {
112+
void testDpiMaskingRegex() {
113113
var masking =
114114
DpiMasking.anonymization()
115115
.withRegex("\\d{3}-\\d{2}-\\d{4}", "***-**-****")

0 commit comments

Comments
 (0)