From 1baff6b65dd8de404a4d743f618a94206c3756c4 Mon Sep 17 00:00:00 2001 From: lew Date: Fri, 19 Dec 2025 16:59:52 +0000 Subject: [PATCH] test(dump__glob__ok): updates test expectations to match changes --- testdata/dump__glob__ok.ct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/dump__glob__ok.ct b/testdata/dump__glob__ok.ct index a0a0525..b58c19c 100644 --- a/testdata/dump__glob__ok.ct +++ b/testdata/dump__glob__ok.ct @@ -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*'