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: features/dd-sdk-android-flags/src/main/kotlin/com/datadog/android/flags/internal/ExposureEventsProcessor.kt
+22-19Lines changed: 22 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -18,49 +18,51 @@ internal class ExposureEventsProcessor(private val writer: RecordWriter, private
Copy file name to clipboardExpand all lines: features/dd-sdk-android-flags/src/test/kotlin/com/datadog/android/flags/internal/ExposureEventsProcessorTest.kt
+35-2Lines changed: 35 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,39 @@ internal class ExposureEventsProcessorTest {
118
118
verify(mockRecordWriter).write(any())
119
119
}
120
120
121
+
@Test
122
+
fun`M process exposure again W processEvent() { assignment cycles back }`() {
123
+
// Given
124
+
val fakeContext =EvaluationContext(targetingKey = fakeTargetingKey)
0 commit comments