Skip to content

Commit

Permalink
fix carousel interval test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Bryson committed Oct 2, 2020
1 parent a4d758d commit fa9c367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/carousel.js
Expand Up @@ -480,7 +480,7 @@ $(function () {
})

QUnit.test('should set interval from data attribute on individual carousel-item', function (assert) {
assert.expect(2)
assert.expect(3)
var templateHTML = '<div id="myCarousel" class="carousel slide" data-interval="1814">' +
'<div class="carousel-inner">' +
'<div class="carousel-item active" data-interval="2814">' +
Expand Down

0 comments on commit fa9c367

Please sign in to comment.