mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-06 15:14:31 +01:00
fix: adjust subrecipe description to allow running tests (#3585)
This commit is contained in:
@@ -11,6 +11,7 @@ fn setup_default_sub_recipe() -> SubRecipe {
|
||||
path: "test_sub_recipe.yaml".to_string(),
|
||||
values: Some(HashMap::from([("key1".to_string(), "value1".to_string())])),
|
||||
sequential_when_repeated: true,
|
||||
description: Some("Test subrecipe".to_string()),
|
||||
};
|
||||
sub_recipe
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@ mod tests {
|
||||
path: "test_sub_recipe.yaml".to_string(),
|
||||
values: Some(HashMap::from([("key1".to_string(), "value1".to_string())])),
|
||||
sequential_when_repeated: true,
|
||||
description: Some("Test subrecipe".to_string()),
|
||||
};
|
||||
sub_recipe
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user