Prechádzať zdrojové kódy

Merge pull request #52 from IvanVoile/master

fix insignificant test code
Yaoyuan 9 rokov pred
rodič
commit
6f4126a212
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      YYModelTests/YYTestNestModel.m

+ 2 - 2
YYModelTests/YYTestNestModel.m

@@ -30,11 +30,11 @@
 
 
 
-@interface YYTextNestModel : XCTestCase
+@interface YYTestNestModel : XCTestCase
 
 @end
 
-@implementation YYTextNestModel
+@implementation YYTestNestModel
 
 - (void)test {
     NSString *json = @"{\"repoID\":1234,\"name\":\"YYModel\",\"user\":{\"uid\":5678,\"name\":\"ibireme\"}}";