aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Tests/PGDataTypeTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit/Tests/PGDataTypeTests.m')
-rw-r--r--Frameworks/PostgresKit/Tests/PGDataTypeTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m
index ac1133bb..a720856b 100644
--- a/Frameworks/PostgresKit/Tests/PGDataTypeTests.m
+++ b/Frameworks/PostgresKit/Tests/PGDataTypeTests.m
@@ -119,7 +119,7 @@ static NSUInteger PGTestDatabasePort = 5432;
- (void)testResultIsOfCorrectType
{
- STAssertTrue([_result isKindOfClass:[_expectedResult class]], @"Expected _result to be of type %@, but is actually %@", [_expectedResult className], [_result className]);
+ STAssertEquals([_result class], [_expectedResult class], @"Expected _result to be of type %@, but is actually %@", [_expectedResult className], [_result className]);
}
- (void)testResultHasCorrectValue