Skip to content

Commit

Permalink
Fix wrong call in autocomplete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Oct 16, 2013
1 parent df45a9b commit 10d495e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/test/spec/modules/autocomplete.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('ckan.modules.AutocompleteModule()', function () {
beforeEach(function () {
sinon.stub(this.module, 'getCompletions');
this.target = sinon.spy();
this.setupAutoComplete();
this.module.setupAutoComplete();
});

it('should set the _lastTerm property', function () {
Expand Down

0 comments on commit 10d495e

Please sign in to comment.