Updating name of the dagmc test.

This commit is contained in:
Patrick Shriwise 2018-10-01 10:45:20 -05:00
parent 75b43614f4
commit b16deb5d14

View file

@ -6,6 +6,6 @@ pytestmark = pytest.mark.skipif(
os.environ.get('DAGMC') != 'y',
reason="DAGMC CAD geometry is not enabled.")
def test_cad():
def test_dagmc():
harness = CADTestHarness('statepoint.5.h5')
harness.main()