Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 24, 2021
1 parent 3026c26 commit fd10f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/collapse.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('Collapse', () => {
})

it('should show a collapsed element on width', done => {
fixtureEl.innerHTML = '<div class="collapse width" style="width: 0px;"></div>'
fixtureEl.innerHTML = '<div class="collapse collapse-horizontal" style="width: 0px;"></div>'

const collapseEl = fixtureEl.querySelector('div')
const collapse = new Collapse(collapseEl, {
Expand Down

0 comments on commit fd10f75

Please sign in to comment.