Fixed typo

This commit is contained in:
michael starke
2013-08-21 00:45:44 +02:00
parent 30a5f1d0b0
commit 214a192a4d
3 changed files with 23 additions and 21 deletions

View File

@@ -28,7 +28,6 @@
NSURL *url = [NSURL fileURLWithPath:tempFile];
KPKTree *reloadedTree = [[KPKTree alloc] initWithContentsOfUrl:url password:password error:&error];
STAssertNotNil(reloadedTree, @"Reloaded tree should not be nil");
re
}
- (NSData *)_loadTestDataBase:(NSString *)name extension:(NSString *)extension {