ソースを参照

Include alias key in tests

Mark Rousskov 5 年 前
コミット
af13a3fb10
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/config.rs

+ 2 - 0
src/config.rs

@@ -177,6 +177,7 @@ mod tests {
             PingTeamConfig {
                 message: "So many people!".to_owned(),
                 label: Some("T-compiler".to_owned()),
+                alias: HashSet::new(),
             },
         );
         ping_teams.insert(
@@ -184,6 +185,7 @@ mod tests {
             PingTeamConfig {
                 message: "Testing".to_owned(),
                 label: None,
+                alias: HashSet::new(),
             },
         );
         let mut nominate_teams = HashMap::new();