changed position data to make correct values pass (#26987)

Closes: #17996
This commit is contained in:
Bannon Tanner
2019-02-02 11:49:36 -06:00
committed by Niraj Nandish
parent 0f94d9dcd3
commit a3c917ee62

View File

@ -46,7 +46,7 @@ tests:
```html
<body>
<script>
const positionData = [[1, 7, -4],[6, 3, 8],[2, 8, 3]]
const positionData = [[1, 7, -4],[6, 3, 8],[2, 9, 3]]
// Add your code below this line
const output = undefined; // Change this line