Skip to content

Commit 89e06f1

Browse files
author
Amir Tocker
committed
Fix string interpolation test.
1 parent 9fb40b6 commit 89e06f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary-core/src/test/java/com/cloudinary/TransformationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ public void testSupportStringInterpolation() {
182182
.overlay(new TextLayer().text(
183183
"$(start)Hello $(name)$(ext), $(no ) $( no)$(end)"
184184
).fontFamily("Arial").fontSize(18));
185-
assertEquals("c_scale,l_text:Arial_18:$(start)Hello%20$(name)$(ext)%E2%80%9A%20%24%28no%20%29%20%24%28%20no%29$(end)", t.generate());
185+
assertEquals("c_scale,l_text:Arial_18:$(start)Hello%20$(name)$(ext)%252C%20%24%28no%20%29%20%24%28%20no%29$(end)", t.generate());
186186
}
187187
}

0 commit comments

Comments
 (0)