Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dd3b229

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /