소스 검색

Update TESTCASES.md

Garrett Johnson 5 년 전
부모
커밋
e0a1e679ea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      TESTCASES.md

+ 2 - 2
TESTCASES.md

@@ -84,14 +84,14 @@ tiles.traverse( tile => {
   str += ' : ';
   str += tile.__loadingState;
   console.log( str )
-	return tile.__isLeaf;
+  return tile.__isLeaf;
 
 } );
 ```
 
 #### expected
 
-Verify that no parent tiles have loaded ( `__loadingState = 0` ) if they have a threshold above 18 ( `( target + 1 ) * threshold` ).
+Verify that no parent tiles have loaded ( `__loadingState` should equal `0` ) if they have a threshold above 18 ( `( target + 1 ) * threshold` ).
 
 ## Verify tiles do not display past the maxDepth threshold