()
| 461 | |
| 462 | #[test] |
| 463 | fn test_dispatch_help() { |
| 464 | let reg = CommandRegistry::new(); |
| 465 | let ctx = test_ctx(); |
| 466 | let out = reg.dispatch("/help", &ctx).unwrap(); |
| 467 | assert!(!out.text.is_empty()); |
| 468 | } |
| 469 | |
| 470 | #[test] |
| 471 | fn test_dispatch_cost() { |