Skip to content

Commit 439395d

Browse files
author
Shaun Hubbard
committed
D'OH
1 parent 97ccb06 commit 439395d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/PostgreSQLTests/PostgreSQLConnectionTests.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,7 @@ extension PostgreSQLConnection {
379379
static func makeTest() throws -> PostgreSQLConnection {
380380
let hostname: String
381381
#if Xcode
382-
//hostname = (try? Process.execute("docker-machine", "ip")) ?? "192.168.99.100"
383-
// TODO: Switch this back contrib_bootstrap wasnt working for me and I didnt feel like
384-
// delaying
385-
hostname = "localhost"
382+
hostname = (try? Process.execute("docker-machine", "ip")) ?? "192.168.99.100"
386383
#else
387384
hostname = "localhost"
388385
#endif

0 commit comments

Comments
 (0)