aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-09-16 16:14:20 -0400
committerGravatar GitHub <noreply@github.com>2016-09-16 16:14:20 -0400
commit57eeab4193210df8ab0c81e9d3f1ee1ad3e24492 (patch)
treeee4b552ae18484db6993eae459f209ee704b75a8 /UnitTesting
parent2d6ac0199f7001cffada7058c9014f8de092300a (diff)
parent088532e8367dd681639e288665a3f0c9619c0cb5 (diff)
Merge pull request #124 from thomasvl/update
Small updates
Diffstat (limited to 'UnitTesting')
-rw-r--r--UnitTesting/GTMSenTestCase.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/GTMSenTestCase.m b/UnitTesting/GTMSenTestCase.m
index 1de4ca7..b7a59a3 100644
--- a/UnitTesting/GTMSenTestCase.m
+++ b/UnitTesting/GTMSenTestCase.m
@@ -423,7 +423,7 @@ static NSInteger MethodSort(id a, id b, void *context) {
}
+ (NSArray *)testInvocations {
- NSArray *invocations = nil;
+ NSArray *invocations = @[];
if (![self isAbstractTestCase]) {
invocations = [super testInvocations];
}