Skip to content

Commit f25fe57

Browse files
committed
RUM-8656: Follow PR suggestions
1 parent 8ab46a5 commit f25fe57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DatadogRUM/Sources/RUMConfiguration.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ extension RUM.Configuration {
474474
}
475475

476476
extension RUM.Configuration.FeatureFlags {
477-
/// The defaults Feature Flags applied to Session Replay Configuration
477+
/// The defaults Feature Flags applied to RUM Configuration
478478
public static var defaults: Self {
479479
[
480480
.viewHitches: false

DatadogRUM/Tests/RUMMonitor/Scopes/RUMViewScopeTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ class RUMViewScopeTests: XCTestCase {
18771877

18781878
// MARK: - View Hitches
18791879

1880-
func testWhenThereAreHitches_theViewUpdatesTheViewEvents() {
1880+
func testWhenThereAreHitches_theViewUpdatesContainsSlowFrames() {
18811881
// Given
18821882
var hitches: [Hitch] = []
18831883
(0...Int.mockRandom(min: 0, max: 1_000)).forEach {

0 commit comments

Comments
 (0)