Просмотр исходного кода

style(integration tests): Fix typo in integration test (#12271)

Replace 'DepdendencyTest' to 'DependencyTest' to fix typo in test name
Greg Guthe 6 лет назад
Родитель
Сommit
1f9156be53
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/integration/tests.py

+ 1 - 1
tests/integration/tests.py

@@ -490,7 +490,7 @@ class SentryRemoteTest(TestCase):
         assert instance.message == 'hello'
 
 
-class DepdendencyTest(TestCase):
+class DependencyTest(TestCase):
     def raise_import_error(self, package):
         def callable(package_name):
             if package_name != package: