From 9c95c180b5465f8ad0fea5d67a39806f6644a4e8 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 14 Jan 2013 14:56:54 +0000 Subject: Fix typos. --- Frameworks/PostgresKit/Tests/PGDataTypeTests.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Frameworks/PostgresKit/Tests') diff --git a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m index 6165b524..8bea485e 100644 --- a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m +++ b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m @@ -104,7 +104,9 @@ static NSUInteger PGTestDatabasePort = 5432; - (void)setUp { + PGPostgresResult *queryResult = [_connection executeWithFormat:@"SELECT \"%@\" FROM \"data_types\"", _field]; + _result = [[queryResult row] objectForKey:_field]; } - (void)tearDown -- cgit v1.2.3