diff --git a/openfut-utas-host/src/config.rs b/openfut-utas-host/src/config.rs index 91a1f58..fe564db 100644 --- a/openfut-utas-host/src/config.rs +++ b/openfut-utas-host/src/config.rs @@ -243,7 +243,6 @@ fn default_account_path(identity_store_path: &str) -> String { mod tests { use super::*; - #[test] /// `squad.actives` is ON without any environment variable. /// /// Emitting the club's active home/away kit is normal FIFA 17 behaviour — @@ -272,6 +271,7 @@ mod tests { } } + #[test] fn sbc_post_commit_faults_require_all_staging_guards() { assert_eq!( parse_sbc_post_commit_fault(None, None, None, "0.0.0.0:8099").unwrap(),