File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def test_cmdarg_options(self):
9898 self .assertTrue (os .path .isfile (self .citation_file ))
9999
100100 def test_version (self ):
101- self .assertTrue (self .lmp .version in [20220623 , 20230802 ])
101+ self .assertTrue (self .lmp .version in [20220623 , 20230802 , 20231121 ])
102102
103103 def test_extract_global (self ):
104104 self .assertEqual (
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def test_cmdarg_options(self):
9494 self .assertTrue (os .path .isfile (self .citation_file ))
9595
9696 def test_version (self ):
97- self .assertTrue (self .lmp .version .result () in [20220623 , 20230802 ])
97+ self .assertTrue (self .lmp .version .result () in [20220623 , 20230802 , 20231121 ])
9898
9999 def test_extract_global (self ):
100100 self .assertEqual (
You can’t perform that action at this time.
0 commit comments