From f375aab2c5d7c10d2cc1b4105a7607e8e9f05cd1 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Mon, 10 May 2021 17:29:46 -0400 Subject: [PATCH] Correct test name --- unittest/python/python-open.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/python/python-open.py b/unittest/python/python-open.py index 5140ce9185..ad4cc24a24 100644 --- a/unittest/python/python-open.py +++ b/unittest/python/python-open.py @@ -78,7 +78,7 @@ class PythonOpen(unittest.TestCase): lmp.close() @unittest.skipIf(not has_exceptions,"Skipping death test since LAMMPS isn't compiled with exception support") - def testUnknownCommandInList(self): + def testUnknownCommandInString(self): lmp = lammps(name=self.machine) with self.assertRaisesRegex(Exception, "ERROR: Unknown command: write_paper"):