Skip to content

Commit

Permalink
refactor + complete allTest const
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencanterot committed Sep 29, 2016
1 parent a983f79 commit 60f4d72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/SQLiteTests/SQLite3Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down Expand Up @@ -44,7 +45,7 @@ class SQLite3Tests: XCTestCase {
}
}

func testUnicodeStrings() {
func testUnicode() {

do {

Expand Down

0 comments on commit 60f4d72

Please sign in to comment.