diff --git a/panel/components/json-tree/json-tree.spec.js b/panel/components/json-tree/json-tree.spec.js index 096cce8..8c0f5b4 100644 --- a/panel/components/json-tree/json-tree.spec.js +++ b/panel/components/json-tree/json-tree.spec.js @@ -17,7 +17,7 @@ describe('batJsonTree', function () { it('should render a simple model', function () { $rootScope.data = { '': { '$id': 1 } - } + }; compileTree(); expect(element.text()).toBe('$id: 1'); });