aboutsummaryrefslogtreecommitdiffstats
path: root/test/caldav/index_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/caldav/index_test.js')
-rw-r--r--test/caldav/index_test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/caldav/index_test.js b/test/caldav/index_test.js
index 4fd13f8..24e45f2 100644
--- a/test/caldav/index_test.js
+++ b/test/caldav/index_test.js
@@ -28,6 +28,7 @@ suite('caldav', function() {
assert.ok(root.Request);
assert.ok(root.Templates);
assert.ok(root.Xhr);
+ assert.ok(root.Connection);
});
});