Skip to content

Commit a6cfa7c

Browse files
committed
Update atomtyping tests
1 parent 673d90e commit a6cfa7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mff_test1/test_atomtyping.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from foyer.tests.utils import atomtype
88

99
MOL2_FILES = glob('test_molecules/*.mol2')
10-
FORCEFIELD_FILES = glob('*.xml')
10+
FORCEFIELD_FILES = glob('*test1.xml')
1111

1212
FORCEFIELD = Forcefield(forcefield_files=FORCEFIELD_FILES)
1313

mff_test2/test_atomtyping.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from foyer.tests.utils import atomtype
88

99
MOL2_FILES = glob('test_molecules/*.mol2')
10-
FORCEFIELD_FILES = glob('*.xml')
10+
FORCEFIELD_FILES = glob('*test2.xml')
1111

1212
FORCEFIELD = Forcefield(forcefield_files=FORCEFIELD_FILES)
1313

0 commit comments

Comments
 (0)