Skip to content

Commit 9206a89

Browse files
nitzanjtocker
authored andcommitted
Fix test to run in parallel.
1 parent c89c404 commit 9206a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public void testResourcesListingStartAt() throws Exception {
242242

243243
@Test
244244
public void testTransformationsWithCursor() throws Exception {
245-
String name = "testTransformation" + SDK_TEST_TAG;
245+
String name = "testTransformation" + SDK_TEST_TAG + System.currentTimeMillis();
246246
api.createTransformation(name, "c_scale,w_100", null);
247247
final List<Map> transformations = new ArrayList<>();
248248
String next_cursor = null;

0 commit comments

Comments
 (0)