Details
Details
Run commtest
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/commtest/tests/backup_integration_test.rs | ||
---|---|---|
27–31 ↗ | (On Diff #45426) | let user_identity = UserIdentity { user_id: device_info.user_id.clone(), ..device_info }; i think this shorthand should work |
services/commtest/tests/backup_performance_test.rs | ||
49–56 ↗ | (On Diff #45426) | if shorthand from above works, might want to use it here too |
services/commtest/tests/backup_integration_test.rs | ||
---|---|---|
27–31 ↗ | (On Diff #45426) | it's not working because of ^^^^^^^^^^^ expected UserIdentity, found DeviceInfo - but I am going to refactor this in the next diffs anyway |