Skip to content

Commit

Permalink
Do not focus on test in OrthographicFrustumSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesanantonio committed Jul 26, 2018
1 parent 0b00e1a commit 198cd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/Core/OrthographicFrustumSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ defineSuite([
expect(frustum.equalsEpsilon(frustum4, CesiumMath.EPSILON2)).toEqual(false);
});

fit('equals undefined', function() {
it('equals undefined', function() {
expect(frustum.equals()).toEqual(false);
});

Expand Down

0 comments on commit 198cd4d

Please sign in to comment.