Skip to content

Commit

Permalink
re-add version check
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Sep 11, 2016
1 parent 311af7a commit 38a4dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/MySQLTests/Utilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extension MySQL.Database {
password: "",
database: "test"
)
// try mysql.execute("SELECT @@version")
try mysql.execute("SELECT @@version")
return mysql
} catch {
print()
Expand Down

0 comments on commit 38a4dc3

Please sign in to comment.