diff --git a/server/src/main.rs b/server/src/main.rs index 8e746bae..3993bf6d 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -872,6 +872,8 @@ async fn main() -> Result<(), std::io::Error> { mod tests { use super::*; + #[test] + #[should_panic(expected = "Invalid project.toml: Duplicate agent name")] fn panics_on_duplicate_agent_names() { let tmp = tempfile::tempdir().unwrap(); let sk = tmp.path().join(".huskies");