Skip to content

Commit d2f66ad

Browse files
committed
Remove unneeded comment
1 parent 6481c37 commit d2f66ad

File tree

1 file changed

+1
-1
lines changed
  • cloudinary-core/src/test/java/com/cloudinary/transformation

1 file changed

+1
-1
lines changed

cloudinary-core/src/test/java/com/cloudinary/transformation/LayerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void testLayerOptions() {
6464
Object tests[] = {
6565
new Layer().publicId("logo"),
6666
"logo",
67-
new Layer().publicId("logo__111"), //testing SNI-4729
67+
new Layer().publicId("logo__111"),
6868
"logo__111",
6969
new Layer().publicId("folder/logo"),
7070
"folder:logo",

0 commit comments

Comments
 (0)