Skip to content

Commit 1efb09a

Browse files
committed
add dash before rc name
1 parent 7b13990 commit 1efb09a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

openforcefields/offxml/openff_unconstrained-2.3.0rc1.offxml renamed to openforcefields/offxml/openff_unconstrained-2.3.0-rc1.offxml

File renamed without changes.

openforcefields/tests/test_openforcefields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_forcefield_data_is_not_loadable():
6161

6262

6363
@pytest.mark.skipif(not (has_off_toolkit), reason="Test requires OFF toolkit")
64-
@pytest.mark.parametrize("offxml_file_name", ["openff-2.3.0rc1.offxml", "openff_unconstrained-2.3.0rc1.offxml"])
64+
@pytest.mark.parametrize("offxml_file_name", ["openff-2.3.0-rc1.offxml", "openff_unconstrained-2.3.0-rc1.offxml"])
6565
def test_can_charge_nagl_nodownload(offxml_file_name):
6666
"""
6767
Test that the OpenFF Toolkit can load and usethe NAGLCharges section.

0 commit comments

Comments
 (0)