Correct test name

This commit is contained in:
Richard Berger
2020-09-16 12:54:36 -04:00
parent 2270d8f4ec
commit 8ccd3c03fa

View File

@ -35,7 +35,7 @@ class PythonPyLammps(unittest.TestCase):
def test_version(self):
self.assertGreaterEqual(self.pylmp.version(), 20200824)
def test_create_box(self):
def test_create_atoms(self):
self.pylmp.region("box block", 0, 2, 0, 2, 0, 2)
self.pylmp.create_box(1, "box")