Unverified Commit e077e8c3 authored by alat-rights's avatar alat-rights Committed by GitHub
Browse files

Fix typo in class name

TestOneHotFeaturizert -> TestOneHotFeaturizer
parent f57af484
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from deepchem.feat import OneHotFeaturizer
from deepchem.feat.molecule_featurizers.one_hot_featurizer import ZINC_CHARSET


class TestOneHotFeaturizert(unittest.TestCase):
class TestOneHotFeaturizer(unittest.TestCase):
  """
  Test OneHotFeaturizer.
  """