Skip to content

Commit

Permalink
Update test_strides.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haricot authored Oct 27, 2019
1 parent 0f32913 commit 3195b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_strides.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ def test_button_plugin(self):
html = template.render(self.context)
soup = BeautifulSoup(html, features='lxml')
button = soup.find(class_='btn')
self.assertSetEqual(set(button.attrs['class']), {'carousel', 'slide', 'pause', 'wrap', 'slide'})
self.assertSetEqual(set(button.attrs['class']), {'btn', 'btn-secondary'})

0 comments on commit 3195b12

Please sign in to comment.