Skip to content

Commit 3e675a7

Browse files
committed
LocalDraftUploadStarterConcurrentTest: Add comment
1 parent 443666a commit 3e675a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WordPress/src/test/java/org/wordpress/android/ui/uploads/LocalDraftUploadStarterConcurrentTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ import org.wordpress.android.util.NetworkUtilsWrapper
2020

2121
/**
2222
* Tests for structured concurrency in [LocalDraftUploadStarter].
23+
*
24+
* This is intentionally a separate class from [LocalDraftUploadStarterTest] because this contains non-deterministic
25+
* tests.
2326
*/
2427
@RunWith(MockitoJUnitRunner::class)
2528
class LocalDraftUploadStarterConcurrentTest {

0 commit comments

Comments
 (0)