diff --git a/test/rmgpy/data/kinetics/familyTest.py b/test/rmgpy/data/kinetics/familyTest.py index 2ce15fc206..7cac165172 100644 --- a/test/rmgpy/data/kinetics/familyTest.py +++ b/test/rmgpy/data/kinetics/familyTest.py @@ -864,7 +864,7 @@ def test_d_regularization_dims(self): """ test that appropriate regularization dimensions have been identified """ - template_rxn_map = self.family.get_reaction_matches(thermo_database=self.database.thermo, estimate_thermo=False) + template_rxn_map = self.family.get_reaction_matches(thermo_database=self.thermoDatabase) for entry in self.family.groups.entries.values(): if entry.children == []: