Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Feb 20, 2025
1 parent 0793a84 commit e537bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aderyn_driver/src/config_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ mod tests {
#[test]
fn test_interpret_aderyn_config_correctly_appends_and_replaces() {
let config = super::AderynConfig {
version: 1,
version: Some(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 e537bbc

Please sign in to comment.