test: update golden files for ndjson migration
This commit is contained in:
parent
ddb75f1aeb
commit
32e7a79c71
14 changed files with 29 additions and 25 deletions
4
testdata/remove__multiple__ok.ct
vendored
4
testdata/remove__multiple__ok.ct
vendored
|
|
@ -2,6 +2,6 @@ $ pda set a 1
|
|||
$ pda set b 2
|
||||
$ pda rm a b
|
||||
$ pda get a --> FAIL
|
||||
Error: cannot get 'a': Key not found
|
||||
Error: cannot get 'a': No such key
|
||||
$ pda get b --> FAIL
|
||||
Error: cannot get 'b': Key not found
|
||||
Error: cannot get 'b': No such key. Did you mean 'b1'?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue