changed position data to make correct values pass (#26987)
Closes: #17996
This commit is contained in:
committed by
Niraj Nandish
parent
0f94d9dcd3
commit
a3c917ee62
@ -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
|
||||
|
Reference in New Issue
Block a user