Skip to content

Commit dd3b229

Browse files
committed
fix test typo
1 parent 1fdf878 commit dd3b229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FluentPostgresDriverTests/FluentPostgresDriverTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ final class FluentPostgresDriverTests: XCTestCase {
224224
#endif
225225
self.threadPool = NIOThreadPool(numberOfThreads: 1)
226226
self.dbs = Databases(threadPool: threadPool, on: self.eventLoopGroup)
227-
self.dbs.use(.postgres(hostname: hostname, username: "vapor_username", password: "vapor_password", database: "vapor_database"))
227+
self.dbs.use(.postgres(hostname: hostname, username: "vapor_username", password: "vapor_password", database: "vapor_database"), as: .psql)
228228
}
229229

230230
override func tearDown() {

0 commit comments

Comments
 (0)