Skip to content

Commit 5e9d2d3

Browse files
committed
Fix tests
1 parent 8e3273b commit 5e9d2d3

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

packages/core/android/src/test/kotlin/com/datadog/reactnative/DdRumTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ internal class DdRumTest {
536536
// When
537537
testedDdRum.reportAppFullyDisplayed(mockPromise)
538538

539-
// Then
539+
// Then
540540
verify(mockRumMonitor).reportAppFullyDisplayed()
541541
}
542542

packages/core/ios/Tests/MockRUMMonitor.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
@testable import DatadogSDKReactNative
1111

1212
internal class MockRUMMonitor: RUMMonitorProtocol {
13-
func reportAppFullyDisplayed() {
14-
// not implemented
15-
}
16-
1713
func currentSessionID(completion: @escaping (String?) -> Void) {
1814
// not implemented
1915
}

0 commit comments

Comments
 (0)