summaryrefslogtreecommitdiff
path: root/jarmon/jarmon.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'jarmon/jarmon.test.js')
-rw-r--r--jarmon/jarmon.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jarmon/jarmon.test.js b/jarmon/jarmon.test.js
index 2b4465d..7f34391 100644
--- a/jarmon/jarmon.test.js
+++ b/jarmon/jarmon.test.js
@@ -280,7 +280,7 @@ YUI({ logInclude: { TestRunner: true } }).use('console', 'test', function(Y) {
name: "jarmon.RrdQueryRemote",
setUp: function() {
- this.rq = new jarmon.RrdQueryRemote('build/test.rrd', '')
+ this.rq = new jarmon.RrdQueryRemote('build/test.rrd', '');
},
test_getDataTimeRangeOverlapError: function () {