Skip to content

Commit a0ee016

Browse files
committed
let's start with the pointcloud test
1 parent 1ec4750 commit a0ee016

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

test/jasmine/tests/gl2d_click_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Test hover and click interactions', function() {
1717
if(!hasWebGLSupport('gl2d_click_test')) return;
1818

1919
var mock = require('@mocks/gl2d_14.json');
20-
var mock2 = require('@mocks/gl2d_pointcloud-basic.json');
20+
var mock2 = require('@mocks/gl2d_000_lets_start_with_it_pointcloud-basic.json');
2121
var mock3 = {
2222
'data': [
2323
{

0 commit comments

Comments
 (0)