This commit is contained in:
XhmikosR 2020-11-27 14:39:39 +02:00
parent 95af63c1e5
commit 310c693981

View file

@ -47,7 +47,7 @@ $(function () {
QUnit.test('should expose default settings', function (assert) {
assert.expect(1)
assert.ok($.fn.bootstrapTooltip.Constructor.Default, 'defaults is defined')
assert.ok($.fn.bootstrapTooltip.Constructor.Default, 'defaults are defined')
})
QUnit.test('should empty title attribute', function (assert) {