Skip to content

Commit

Permalink
Fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Feb 15, 2023
1 parent 0fbf63d commit 1e83b86
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class RUMViewScopeTests: XCTestCase {
)

// When
scope.process(
_ = scope.process(
command: RUMApplicationStartCommand(time: currentTime, attributes: [:]),
context: customContext,
writer: writer
Expand Down Expand Up @@ -135,7 +135,7 @@ class RUMViewScopeTests: XCTestCase {
)

// When
scope.process(
_ = scope.process(
command: RUMApplicationStartCommand(time: date, attributes: [:]),
context: context,
writer: writer
Expand Down Expand Up @@ -164,7 +164,7 @@ class RUMViewScopeTests: XCTestCase {
)

// When
scope.process(
_ = scope.process(
command: RUMApplicationStartCommand(time: date, attributes: [:]),
context: context,
writer: writer
Expand Down Expand Up @@ -196,7 +196,7 @@ class RUMViewScopeTests: XCTestCase {
startTime: currentTime,
serverTimeOffset: .zero
)
scope.process(
_ = qscope.process(
command: RUMApplicationStartCommand(time: currentTime, attributes: [:]),
context: context,
writer: writer
Expand Down

0 comments on commit 1e83b86

Please sign in to comment.