]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix copy/paste error 15249/head
authorDan Dascalescu <ddascalescu+github@gmail.com>
Fri, 28 Nov 2014 12:30:04 +0000 (04:30 -0800)
committerDan Dascalescu <ddascalescu+github@gmail.com>
Fri, 28 Nov 2014 12:30:04 +0000 (04:30 -0800)
js/tests/unit/tooltip.js

index 4fbd91dc3705b1d2db9b11f6b33306dc1278dc62..eb578c22af3565f7f72efcf89078585670580268 100644 (file)
@@ -4,7 +4,7 @@ $(function () {
   module('tooltip plugin')
 
   test('should be defined on jquery object', function () {
-    ok($(document.body).tooltip, 'popover method is defined')
+    ok($(document.body).tooltip, 'tooltip method is defined')
   })
 
   module('tooltip', {