Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
remove numThreads deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Jun 15, 2018
1 parent 9459a05 commit 8c78327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AuthenticationTests/AuthenticationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import XCTest

class AuthenticationTests: XCTestCase {
func testPassword() throws {
let queue = MultiThreadedEventLoopGroup(numThreads: 1)
let queue = MultiThreadedEventLoopGroup(numberOfThreads: 1)

let database = try SQLiteDatabase(storage: .memory)
let conn = try database.newConnection(on: queue).wait()
Expand Down

0 comments on commit 8c78327

Please sign in to comment.