Skip to content

Commit

Permalink
Fix toolbox unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 4, 2016
1 parent 51c586c commit 4365b90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/tools/test_toolbox.py
Expand Up @@ -443,6 +443,9 @@ def __init__( self, test_case ):
)
self._tool_conf_watcher = get_tool_conf_watcher(dummy_callback)

def handle_panel_update(self, section_dict):
self.create_section(section_dict)


def dummy_callback():
pass

0 comments on commit 4365b90

Please sign in to comment.