aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Tests/PGPostgresIntegrationTestCase.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2016-03-05 04:42:34 +0100
committerMax <post@wickenrode.com>2016-03-05 04:42:34 +0100
commit1e4d40f9a8dbc49e43d3e950a0a9121c7cb010f9 (patch)
tree25a806f17a066feac07b37b90760c0c7b85b525a /Frameworks/PostgresKit/Tests/PGPostgresIntegrationTestCase.h
parent2301018aeddd58ff0b2c90e2ae0dc88d213192c2 (diff)
parent96619853ae80f40e34c53105f08f79e89bb9df13 (diff)
downloadsequelpro-1e4d40f9a8dbc49e43d3e950a0a9121c7cb010f9.tar.gz
sequelpro-1e4d40f9a8dbc49e43d3e950a0a9121c7cb010f9.tar.bz2
sequelpro-1e4d40f9a8dbc49e43d3e950a0a9121c7cb010f9.zip
Merge branch 'master' of https://github.com/sequelpro/sequelpro
Diffstat (limited to 'Frameworks/PostgresKit/Tests/PGPostgresIntegrationTestCase.h')
-rw-r--r--Frameworks/PostgresKit/Tests/PGPostgresIntegrationTestCase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Tests/PGPostgresIntegrationTestCase.h b/Frameworks/PostgresKit/Tests/PGPostgresIntegrationTestCase.h
index c6706156..7a654f5f 100644
--- a/Frameworks/PostgresKit/Tests/PGPostgresIntegrationTestCase.h
+++ b/Frameworks/PostgresKit/Tests/PGPostgresIntegrationTestCase.h
@@ -27,9 +27,9 @@
// OTHER DEALINGS IN THE SOFTWARE.
#import <PostgresKit/PostgresKit.h>
-#import <SenTestingKit/SenTestingKit.h>
+#import <XCTest/XCTest.h>
-@interface PGPostgresIntegrationTestCase : SenTestCase
+@interface PGPostgresIntegrationTestCase : XCTestCase
{
PGPostgresConnection *_connection;
}