From dc2c116d2eeef3c859ee1fd29dbfd11e1485f44b Mon Sep 17 00:00:00 2001 From: Jannik Peters Date: Wed, 3 Sep 2025 12:22:57 +0200 Subject: [PATCH] Add TODO for stelline tests --- src/commands/update.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/update.rs b/src/commands/update.rs index a4278b8f..0efcfa88 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` }