Skip to content

Commit

Permalink
Update PostgreSQL and SQL module layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Danappelxx committed Sep 27, 2016
1 parent 16e4aab commit f26c987
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import XCTest
@testable import PostgreSQLTests

XCTMain([
])
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ extension Album: ModelProtocol {

// MARK: - Tests

class PostgreSQLTests: XCTestCase {
public class PostgreSQLTests: XCTestCase {

let connection = try! PostgreSQL.Connection(URI("postgres://localhost:5432/swift_test"))

Expand Down

0 comments on commit f26c987

Please sign in to comment.