fix: resolve test failures in save_item, get_item, and info_item tests
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
This commit is contained in:
@@ -238,8 +238,8 @@ mod tests {
|
||||
String::from_utf8_lossy(&output.stderr)
|
||||
);
|
||||
|
||||
// Get info for last item
|
||||
let output = run_keep(&["--info"], None, data_path);
|
||||
// Get info for last item (need to provide an empty IDS_OR_TAGS parameter)
|
||||
let output = run_keep(&["--info", ""], None, data_path);
|
||||
assert!(
|
||||
output.status.success(),
|
||||
"Failed to get last item info: {}",
|
||||
|
||||
Reference in New Issue
Block a user