Skip to content

Commit 6c23aa7

Browse files
committed
Rename test
1 parent 67db753 commit 6c23aa7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tests/SQLiteTests/Extensions/FTS5IntegrationTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import XCTest
22
@testable import SQLite
33

4-
class FTSIntegrationTests: SQLiteTestCase {
4+
// Note: these tests are only run when the FTS5 trait has been enabled.
5+
class FTS5IntegrationTests: SQLiteTestCase {
56
let email = SQLite.Expression<String>("email")
67
let index = VirtualTable("index")
78

0 commit comments

Comments
 (0)