diff --git a/ckan/public/base/test/spec/ckan.spec.js b/ckan/public/base/test/spec/ckan.spec.js index 2af2e759dd7..2efda9c1ee5 100644 --- a/ckan/public/base/test/spec/ckan.spec.js +++ b/ckan/public/base/test/spec/ckan.spec.js @@ -10,7 +10,7 @@ describe('ckan.initialize()', function () { it('should load the localisations for the current page', function () { ckan.initialize() - assert.called(this.target); + assert.called(!this.target); }); it('should load the localisations into the i18n library', function () {