Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Feb 20, 2025
1 parent 87b1780 commit fd9662f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aderyn_driver/src/config_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ mod tests {
#[test]
fn test_interpret_aderyn_config_correctly_appends_and_replaces() {
let config = super::AderynConfig {
version: 1,
root: Some("CONFIG_ROOT".to_string()),
src: Some("CONFIG_SRC".to_string()),
exclude: Some(vec!["CONFIG_EXCLUDE".to_string()]),
Expand Down

0 comments on commit fd9662f

Please sign in to comment.