Skip to content

Commit 401fb69

Browse files
committed
Fix broken tracer test
1 parent c754a0e commit 401fb69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def tracer(sql, params):
6464
" )\n"
6565
" )",
6666
{
67-
"like": '%VIRTUAL TABLE%USING FTS%content="dogs"%',
67+
"like": "%VIRTUAL TABLE%USING FTS%content=[dogs]%",
6868
"like2": '%VIRTUAL TABLE%USING FTS%content="dogs"%',
6969
"table": "dogs",
7070
},

0 commit comments

Comments
 (0)