Skip to content

Commit

Permalink
[#801] Added deliberate failing test for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Jul 18, 2013
1 parent d7b5b3c commit dd46f25
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 dd46f25

Please sign in to comment.