Skip to content

Commit

Permalink
[Frontend] Fixing problems from circleci
Browse files Browse the repository at this point in the history
Fixes #1047
  • Loading branch information
charlesh88 committed Jul 29, 2016
1 parent 7278c95 commit 9f74395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/core/test/types/TypeImplSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ define(
expect(type.getDescription()).toEqual('A type, for testing');
});

it("exposes CSS class from definition", function() {
it("exposes CSS class from definition", function () {
expect(type.getCssClass()).toEqual('icon-telemetry-panel');
});

Expand Down

0 comments on commit 9f74395

Please sign in to comment.