Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 5, 2025
1 parent 3152400 commit 826344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/config/tests/inherited_tasks_config_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ mod task_manager {
cache: Some(false),
cache_lifetime: None,
env_file: Some(TaskOptionEnvFile::File(FilePath(".env".into()))),
infer_inputs: Some(true),
infer_inputs: None,
interactive: Some(false),
internal: Some(true),
merge: None,
Expand Down

0 comments on commit 826344f

Please sign in to comment.