Details
Details
- Start identity service, tunnelbroker
cd services/commtest cargo test --test identity_tunnelbroker_tests
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- land-tb-auth
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
services/commtest/tests/identity_tunnelbroker_tests.rs | ||
---|---|---|
45 | Nit: Are these unwraps hiding some meaningful error? It's usually a good practice to use expect("error message") instead. This way if this fails, we at least know what exactly failed. Otherwise, error messages are rather vague. |