Skip to content

Commit

Permalink
Revert "[#801] Added deliberate failing test for travis"
Browse files Browse the repository at this point in the history
fix the mocha test that was made to fail for testing

This reverts commit dd46f25.
  • Loading branch information
tobes committed Jul 23, 2013
1 parent a22375d commit 89dd6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/test/spec/ckan.spec.js
Expand Up @@ -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 () {
Expand Down

0 comments on commit 89dd6ec

Please sign in to comment.