From 401fb6949c5cd7bddd0b17fedc03455a30a7414c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 21 Jun 2026 16:29:32 -0700 Subject: [PATCH] Fix broken tracer test --- tests/test_tracer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tracer.py b/tests/test_tracer.py index ac490c5..d14697d 100644 --- a/tests/test_tracer.py +++ b/tests/test_tracer.py @@ -64,7 +64,7 @@ def test_with_tracer(): " )\n" " )", { - "like": '%VIRTUAL TABLE%USING FTS%content="dogs"%', + "like": "%VIRTUAL TABLE%USING FTS%content=[dogs]%", "like2": '%VIRTUAL TABLE%USING FTS%content="dogs"%', "table": "dogs", },