diff options
Diffstat (limited to 'test/BrowserTest.js')
| -rw-r--r-- | test/BrowserTest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BrowserTest.js b/test/BrowserTest.js index 2e630172..5254840a 100644 --- a/test/BrowserTest.js +++ b/test/BrowserTest.js @@ -3,7 +3,7 @@ BrowserTest = TestCase('BrowserTest'); BrowserTest.prototype.testUrlWatcher = function () { expectAsserts(2); var location = {href:"http://server", hash:""}; - var watcher = new Browser(location); + var watcher = new Browser(location, {}); watcher.delay = 1; watcher.watchUrl(function(url){ assertEquals('http://getangular.test', url); |
