瀏覽代碼

fix insignificant test code

IvanVoile 9 年之前
父節點
當前提交
c16b0a4e90
共有 1 個文件被更改,包括 2 次插入2 次删除
  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\"}}";