You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-sdk-android-core/src/test/kotlin/com/datadog/android/core/internal/persistence/file/batch/BatchFileOrchestratorTest.kt
+83Lines changed: 83 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1228,6 +1228,89 @@ internal class BatchFileOrchestratorTest {
1228
1228
1229
1229
// endregion
1230
1230
1231
+
// region FileObserver
1232
+
1233
+
@Test
1234
+
fun`M add file to knownFiles W fileObserver receives CREATE event`() {
1235
+
// Given
1236
+
val fileName =System.currentTimeMillis().toString()
0 commit comments