summaryrefslogtreecommitdiffstats
path: root/js/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 18:13:43 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 18:13:43 +0100
commitb6a4a8a29b37c8b3f7124285ae21e32bf06a8f5c (patch)
tree5fd5f748571b08d0c3cbc10ad687f80a79cc5fc8 /js/tests
parent53443fd1776658991091c9cc308fb86f7d3ac8ef (diff)
allow to change the explore service url
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/controller/ExploreControllerSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/controller/ExploreControllerSpec.js b/js/tests/unit/controller/ExploreControllerSpec.js
index 71856c8ce..cc75db409 100644
--- a/js/tests/unit/controller/ExploreControllerSpec.js
+++ b/js/tests/unit/controller/ExploreControllerSpec.js
@@ -30,7 +30,7 @@ describe('ExploreController', function () {
it('should expose sites', inject(function () {
- expect(controller.sites).toBe(sites.data);
+ expect(controller.sites).toBe(sites);
}));