Skip to content

Commit

Permalink
Version test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Nov 9, 2023
1 parent 3c93588 commit 71bb6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def test_version(self):

version = bootstrap4.__version__
version_parts = version.split(".")
self.assertEqual(len(version_parts), 2)
self.assertTrue(len(version_parts) >= 2)

0 comments on commit 71bb6cd

Please sign in to comment.