Skip to content

Commit

Permalink
Fix MeasurementParser's signpost metrics following previous refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Aug 24, 2023
1 parent 7712bb0 commit 8c522e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IntegrationTests/Sources/LoginTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class LoginTests: XCTestCase {
XCTApplicationLaunchMetric(),
XCTClockMetric(),
XCTOSSignpostMetric(subsystem: Signposter.subsystem, category: Signposter.category, name: "\(Signposter.Name.login)"),
XCTOSSignpostMetric(subsystem: Signposter.subsystem, category: Signposter.category, name: "\(Signposter.Name.sync)"),
XCTOSSignpostMetric(subsystem: Signposter.subsystem, category: Signposter.category, name: "\(Signposter.Name.firstSync)"),
XCTOSSignpostMetric(subsystem: Signposter.subsystem, category: Signposter.category, name: "\(Signposter.Name.firstRooms)"),
XCTOSSignpostMetric(subsystem: Signposter.subsystem, category: Signposter.category, name: "\(Signposter.Name.roomFlow)")
]

Expand Down

0 comments on commit 8c522e7

Please sign in to comment.