correct test logic

This commit is contained in:
Axel Kohlmeyer 2020-09-18 22:36:05 -04:00
parent 5ce6259632
commit 9cdde97863
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -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)