diff --git a/src/commands/update.rs b/src/commands/update.rs index a4278b8..0efcfa8 100644 --- a/src/commands/update.rs +++ b/src/commands/update.rs @@ -1885,4 +1885,6 @@ mod test { ); assert_eq!(res.stderr, ""); } + + // TODO: add stelline tests for `dnst update` }