Skip to content

Commit

Permalink
Fix typo in test: tearDown, not teardown!
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Apr 29, 2021
1 parent fc53a36 commit 5b39c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/autocomplete/a11y.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
autoComplete;

bender.test( {
teardown: function() {
tearDown: function() {
autoComplete && autoComplete.destroy();
},

Expand Down

0 comments on commit 5b39c7f

Please sign in to comment.