Skip to content

Commit

Permalink
Update test_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Jul 26, 2024
1 parent 7715dbd commit 65290e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ 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])
self.assertTrue(self.lmp.version in [20220623, 20230802, 20231121, 20240207, 20240627])

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

0 comments on commit 65290e9

Please sign in to comment.