We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2135c2 commit d5c50f4Copy full SHA for d5c50f4
parse/src/test/java/com/parse/ParseFileControllerTest.java
@@ -361,9 +361,7 @@ public void testFetchAsyncConcurrentCallsSuccess() throws Exception {
361
File root = new File(temporaryFolder.getRoot(), "cache");
362
assertFalse(root.exists());
363
ParseFileController controller = new ParseFileController(null, root).fileClient(fileClient);
364
-
365
ParseFile.State state = new ParseFile.State.Builder().name("file_name").url("url").build();
366
367
CountDownLatch countDownLatch = new CountDownLatch(2);
368
AtomicReference<File> file1Ref = new AtomicReference<>();
369
AtomicReference<File> file2Ref = new AtomicReference<>();
0 commit comments