Skip to content

Commit d5c50f4

Browse files
authored
Update parse/src/test/java/com/parse/ParseFileControllerTest.java
1 parent d2135c2 commit d5c50f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

parse/src/test/java/com/parse/ParseFileControllerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,7 @@ public void testFetchAsyncConcurrentCallsSuccess() throws Exception {
361361
File root = new File(temporaryFolder.getRoot(), "cache");
362362
assertFalse(root.exists());
363363
ParseFileController controller = new ParseFileController(null, root).fileClient(fileClient);
364-
365364
ParseFile.State state = new ParseFile.State.Builder().name("file_name").url("url").build();
366-
367365
CountDownLatch countDownLatch = new CountDownLatch(2);
368366
AtomicReference<File> file1Ref = new AtomicReference<>();
369367
AtomicReference<File> file2Ref = new AtomicReference<>();

0 commit comments

Comments
 (0)