Skip to content

Commit

Permalink
[Frontend] Updated tests for glyph refactoring
Browse files Browse the repository at this point in the history
Fixes #1047
Fixing test cases
  • Loading branch information
charlesh88 committed Jul 23, 2016
1 parent dd84177 commit 574b8bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platform/commonUI/general/test/ui/TreeViewSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ define([

return {
context: jasmine.createSpyObj('context', ['getPath']),
type: jasmine.createSpyObj('type', ['getGlyph']),
cssclass: jasmine.createSpyObj('cssclass', ['getCssClass']),
type: jasmine.createSpyObj('type', ['getCssClass']),
location: jasmine.createSpyObj('location', ['isLink']),
mutation: jasmine.createSpyObj('mutation', ['listen']),
status: mockStatus
Expand Down

0 comments on commit 574b8bd

Please sign in to comment.