Skip to content

Commit

Permalink
Update config entry name
Browse files Browse the repository at this point in the history
  • Loading branch information
joulei committed Mar 8, 2024
1 parent 558ee45 commit 5b8f25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ mod tests {
[shortcut]
[decision-process]
[decision]
"#;
let config = toml::from_str::<Config>(&config).unwrap();
let mut ping_teams = HashMap::new();
Expand Down Expand Up @@ -471,7 +471,7 @@ mod tests {
review_requested: None,
mentions: None,
no_merges: None,
decision: None,
decision: Some(DecisionConfig { _empty: () }),
validate_config: Some(ValidateConfig {}),
}
);
Expand Down

0 comments on commit 5b8f25d

Please sign in to comment.