Skip to content

Commit

Permalink
Merge pull request aframevr#2460 from takahirox/master
Browse files Browse the repository at this point in the history
Fix has fileLoader test in a-assets.test.js
  • Loading branch information
ngokevin authored Mar 6, 2017
2 parents e4d2ea6 + 9dab965 commit 00389f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/a-assets.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ suite('a-assets', function () {
});

test('has fileLoader', function () {
assert.ok(this.el.fileLoader.constructor, THREE.XHRLoader);
assert.equal(this.el.fileLoader.constructor, THREE.FileLoader);
});

test('waits for images to load', function (done) {
Expand Down

0 comments on commit 00389f3

Please sign in to comment.