summaryrefslogtreecommitdiff
path: root/internal/promptstore/store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/promptstore/store_test.go')
-rw-r--r--internal/promptstore/store_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/promptstore/store_test.go b/internal/promptstore/store_test.go
index 2c95ad7..1ec784a 100644
--- a/internal/promptstore/store_test.go
+++ b/internal/promptstore/store_test.go
@@ -84,9 +84,9 @@ func TestJSONLStore_List(t *testing.T) {
t.Fatalf("List() error = %v", err)
}
- // Should have all prompts (7 user + 3 built-ins)
- if len(prompts) != 10 {
- t.Errorf("List() got %d prompts, want 10 (7 user + 3 built-ins)", len(prompts))
+ // Should have all prompts (7 user + 4 built-ins)
+ if len(prompts) != 11 {
+ t.Errorf("List() got %d prompts, want 11 (7 user + 4 built-ins)", len(prompts))
}
// No cursor for full list