forked from lijiext/lammps
correct test logic
This commit is contained in:
parent
5ce6259632
commit
9cdde97863
|
@ -53,7 +53,7 @@ protected:
|
|||
|
||||
TEST_F(LibraryProperties, version)
|
||||
{
|
||||
EXPECT_GE(20200824, lammps_version(lmp));
|
||||
EXPECT_LT(20200917, lammps_version(lmp));
|
||||
};
|
||||
|
||||
TEST_F(LibraryProperties, memory_usage)
|
||||
|
|
Loading…
Reference in New Issue