Skip to content

Commit

Permalink
Couple of more asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Apr 28, 2022
1 parent fbbfdd4 commit 79bfc3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gmso/tests/test_forcefield.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,3 +570,4 @@ def test_non_element_types(self, non_element_ff, opls_ethane_foyer):
assert "_CH2" in non_element_ff.non_element_types
assert opls_ethane_foyer.non_element_types == set()
assert len(opls_ethane_foyer.atom_types) > 0
assert len(non_element_ff.atom_types) > 0

0 comments on commit 79bfc3c

Please sign in to comment.