test(dump__glob__ok): updates test expectations to match changes

This commit is contained in:
Lewis Wynne 2025-12-19 16:59:52 +00:00
parent 181218ef6a
commit 1baff6b65d

View file

@ -5,4 +5,4 @@ $ pda dump --glob a*
{"key":"a1","value":"1","encoding":"text"}
{"key":"a2","value":"2","encoding":"text"}
$ pda dump --glob c* --> FAIL
Error: cannot dump '@default': No matches for pattern 'c*'
Error: No matches for pattern 'c*'