File tree Expand file tree Collapse file tree
android/src/test/kotlin/com/datadog/tools/unit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,4 @@ class MockRumMonitor : RumMonitor {
175175 failureReason : OperationFailureReason ,
176176 attributes : Map <String , Any ?>
177177 ) {}
178-
179- @ExperimentalRumApi
180- override fun reportAppFullyDisplayed () {}
181178}
Original file line number Diff line number Diff line change @@ -467,10 +467,10 @@ internal class DdRumTests: XCTestCase {
467467 }
468468
469469 func testReportAppFullyDisplayed( ) throws {
470- rum. reportAppFullyDsiplayed ( resolve: mockResolve, reject: mockReject)
470+ rum. reportAppFullyDisplayed ( resolve: mockResolve, reject: mockReject)
471471
472472 XCTAssertEqual ( mockNativeRUM. calledMethods. count, 1 )
473- XCTAssertEqual ( mockNativeRUM. calledMethods. last, . reportAppFullyDsiplayed ( ) )
473+ XCTAssertEqual ( mockNativeRUM. calledMethods. last, . reportAppFullyDisplayed ( ) )
474474 XCTAssertEqual ( mockNativeRUM. receivedAttributes. count, 0 )
475475 }
476476
You can’t perform that action at this time.
0 commit comments