Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 26, 2024
1 parent 65290e9 commit a544d5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ def test_cmdarg_options(self):
self.assertTrue(os.path.isfile(self.citation_file))

def test_version(self):
self.assertTrue(self.lmp.version in [20220623, 20230802, 20231121, 20240207, 20240627])
self.assertTrue(
self.lmp.version in [20220623, 20230802, 20231121, 20240207, 20240627]
)

def test_extract_global(self):
self.assertEqual(
Expand Down

0 comments on commit a544d5f

Please sign in to comment.