diff --git a/Tests/SQLiteTests/SQLite3Tests.swift b/Tests/SQLiteTests/SQLite3Tests.swift index b664739..52e73f8 100644 --- a/Tests/SQLiteTests/SQLite3Tests.swift +++ b/Tests/SQLiteTests/SQLite3Tests.swift @@ -2,7 +2,8 @@ import XCTest @testable import SQLite class SQLite3Tests: XCTestCase { - static let allTests = [""] + static let allTests = ["testTables": testTables, + "testUnicode": testUnicode] var database:SQLite! @@ -44,7 +45,7 @@ class SQLite3Tests: XCTestCase { } } - func testUnicodeStrings() { + func testUnicode() { do {