test(all): removes --force from test cases

This commit is contained in:
Lewis Wynne 2025-12-18 18:37:38 +00:00
parent 6953ba7583
commit ebabae41b6
10 changed files with 16 additions and 12 deletions

View file

@ -3,7 +3,7 @@ $ pda set bar 2
$ pda ls
bar 2
foo 1
$ pda del foo --glob "*" --force
$ pda del foo --glob "*"
$ pda get bar --> FAIL
Error: cannot get 'bar': Key not found
$ pda get foo --> FAIL