fix: make plugin mutable in test to fix borrow error
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
@@ -5,7 +5,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn test_meta_plugin_program_creation() {
|
||||
let plugin = MetaPluginProgram::new(
|
||||
let mut plugin = MetaPluginProgram::new(
|
||||
"echo",
|
||||
vec!["test"],
|
||||
"test_plugin".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user