mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Updating name of the dagmc test.
This commit is contained in:
parent
75b43614f4
commit
b16deb5d14
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue