Browse Source

fixup tests to accomodate team config update

Maybe Waffle 1 năm trước cách đây
mục cha
commit
60e608e2ae
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/handlers/assign/tests/tests_candidates.rs

+ 1 - 0
src/handlers/assign/tests/tests_candidates.rs

@@ -53,6 +53,7 @@ fn convert_simplified(
             "members": serde_json::Value::Array(members),
             "alumni": [],
             "discord": [],
+            "roles": [],
         });
     }
     let teams = serde_json::value::from_value(teams_config).unwrap();