aboutsummaryrefslogtreecommitdiff
path: root/test/fts4noti.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fts4noti.test')
-rw-r--r--test/fts4noti.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fts4noti.test b/test/fts4noti.test
index 670720397..87a05714b 100644
--- a/test/fts4noti.test
+++ b/test/fts4noti.test
@@ -173,7 +173,7 @@ do_execsql_test 6.1.1 {
CREATE VIRTUAL TABLE t1 USING fts4(
poiCategory, poiCategoryId, notindexed=poiCategoryId
);
- INSERT INTO t1(poiCategory, poiCategoryId) values ("Restaurant", 6021);
+ INSERT INTO t1(poiCategory, poiCategoryId) values ('Restaurant', 6021);
}
do_execsql_test 6.1.2 {
@@ -194,7 +194,7 @@ do_execsql_test 6.2.1 {
CREATE VIRTUAL TABLE t1 USING fts4(
poiCategory, poiCategoryId, notindexed=poiCategory
);
- INSERT INTO t1(poiCategory, poiCategoryId) values ("Restaurant", 6021);
+ INSERT INTO t1(poiCategory, poiCategoryId) values ('Restaurant', 6021);
}
do_execsql_test 6.2.2 {