From 28998395d37e80ae4044a88d5203ac44d77992dd Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 1 Apr 2019 21:02:15 -0500 Subject: [PATCH] Updating test name. --- tests/regression_tests/lattice_hex_coincident/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression_tests/lattice_hex_coincident/test.py b/tests/regression_tests/lattice_hex_coincident/test.py index eb63f84df5..06ee724f92 100644 --- a/tests/regression_tests/lattice_hex_coincident/test.py +++ b/tests/regression_tests/lattice_hex_coincident/test.py @@ -1,6 +1,6 @@ from tests.testing_harness import TestHarness -def test_lattice_hex(): +def test_lattice_hex_coincident_surf(): harness = TestHarness('statepoint.10.h5') harness.main()