diff options
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 5b1ed4f7..c392f967 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -558,7 +558,7 @@ sendRequestHandlers =    refreshCompleter: refreshCompleter  # Convenience function for development use. -window.runTests = -> open(chrome.extension.getURL('test_harnesses/automated.html')) +window.runTests = -> open(chrome.extension.getURL('test_harnesses/automated/automated.html'))  #  # Begin initialization. | 
