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

@ -1,7 +1,7 @@
$ pda set a1 1
$ pda set a2 2
$ pda set b1 3
$ pda del --glob a* --force
$ pda del --glob a*
$ pda get a1 --> FAIL
Error: cannot get 'a1': Key not found
$ pda get a2 --> FAIL