Remove command test broken #115
Labels
bug
Reports or fixes associated with bugs in this project
complexity::low
Issues or ideas with a low implementation cost
component::cli
Everything related to the buffrs cli
priority::high
Urgent change or idea, please review quickly
Milestone
The filesystem template for the remove command test is missing files in the
proto/vendor
path so it should fail (and currently doesn't due to a bug in the main code.https://github.com/helsing-ai/buffrs/blob/main/src/command.rs#L121
The call to
.ok()
silently drops the error.The text was updated successfully, but these errors were encountered: