Skip to content

Commit e43ff93

Browse files
committed
fix test
1 parent 0c8efa4 commit e43ff93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/platform/swift/unit_integration/mocks/MockCoreLogging.swift

+1-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ extension MockCoreLogging: CoreLogging {
118118
self.logSessionReplayScreenExpectation?.fulfill()
119119
}
120120

121-
public func logSessionReplayScreenshot(screen _: SessionReplayCapture?, duration _: TimeInterval) {
122-
self.logSessionReplayScreenshotExpectation?.fulfill()
123-
}
121+
public func logSessionReplayScreenshot(screen _: SessionReplayCapture?, duration _: TimeInterval) {}
124122

125123
public func logResourceUtilization(fields: Fields, duration: TimeInterval) {
126124
self.resourceUtilizationLogs.append(ResourceUtilizationLog(fields: fields, duration: duration))

0 commit comments

Comments
 (0)