mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Fix MeasurementParser's signpost metrics following previous refactor
This commit is contained in:
parent
7712bb0082
commit
8c522e7966
@ -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)")
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user