We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67db753 commit 6c23aa7Copy full SHA for 6c23aa7
1 file changed
Tests/SQLiteTests/Extensions/FTS5IntegrationTests.swift
@@ -1,7 +1,8 @@
1
import XCTest
2
@testable import SQLite
3
4
-class FTSIntegrationTests: SQLiteTestCase {
+// Note: these tests are only run when the FTS5 trait has been enabled.
5
+class FTS5IntegrationTests: SQLiteTestCase {
6
let email = SQLite.Expression<String>("email")
7
let index = VirtualTable("index")
8
0 commit comments