There was an error while loading. Please reload this page.
1 parent 8e3273b commit 5e9d2d3Copy full SHA for 5e9d2d3
2 files changed
packages/core/android/src/test/kotlin/com/datadog/reactnative/DdRumTest.kt
@@ -536,7 +536,7 @@ internal class DdRumTest {
536
// When
537
testedDdRum.reportAppFullyDisplayed(mockPromise)
538
539
- // Then
+ // Then
540
verify(mockRumMonitor).reportAppFullyDisplayed()
541
}
542
packages/core/ios/Tests/MockRUMMonitor.swift
@@ -10,10 +10,6 @@
10
@testable import DatadogSDKReactNative
11
12
internal class MockRUMMonitor: RUMMonitorProtocol {
13
- func reportAppFullyDisplayed() {
14
- // not implemented
15
- }
16
-
17
func currentSessionID(completion: @escaping (String?) -> Void) {
18
// not implemented
19
0 commit comments