Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dns: refactor tests to avoid assert!(false)
Mostly just unwrap instead of match as unwrap provides good context. And replace a few assert!(false) with a descriptive panic.
- Loading branch information