Skip to content

Commit ba95437

Browse files
committed
fix linux main
1 parent 1b8df86 commit ba95437

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tests/LinuxMain.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import XCTest
2-
@testable import postgresqlTests
2+
@testable import PostgreSQLTests
33

44
XCTMain([
5-
testCase(postgresqlTests.allTests),
5+
testCase(PostgreSQLClientTests.allTests),
6+
testCase(PostgreSQLMessageTests.allTests),
67
])

0 commit comments

Comments
 (0)