Skip to content

Commit

Permalink
Merge pull request #86 from vapor/pipeline-411
Browse files Browse the repository at this point in the history
Pipeline 411
  • Loading branch information
tanner0101 authored Mar 22, 2018
2 parents e941ebb + 4301185 commit 6f577ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/FluentMySQLTests/FluentMySQLTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ class FluentMySQLTests: XCTestCase {
try benchmarker.benchmarkContains_withSchema()
}

func testBugs() throws {
try benchmarker.benchmarkBugs_withSchema()
}

static let allTests = [
("testSchema", testSchema),
("testModels", testModels),
Expand All @@ -147,6 +151,7 @@ class FluentMySQLTests: XCTestCase {
("testMySQLSet", testMySQLSet),
("testJSONType", testJSONType),
("testContains", testContains),
("testBugs", testBugs),
]
}

Expand Down

0 comments on commit 6f577ef

Please sign in to comment.