Details
Details
- Start identity service, tunnelbroker
cd services/commtest cargo test --test identity_tunnelbroker_tests
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/commtest/tests/identity_tunnelbroker_tests.rs | ||
---|---|---|
45 ↗ | (On Diff #31123) | 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. |