mirror of https://github.com/scrapy/scrapy.git
Merge pull request #6196 from Rotzbua/fix_typo
fix(typo): correct `successfully`
This commit is contained in:
commit
32fda2dc53
|
|
@ -67,7 +67,7 @@ def extension(settings=None):
|
|||
|
||||
class TestPeriodicLog(unittest.TestCase):
|
||||
def test_extension_enabled(self):
|
||||
# Expected that settings for this extension loaded succesfully
|
||||
# Expected that settings for this extension loaded successfully
|
||||
# And on certain conditions - extension raising NotConfigured
|
||||
|
||||
# "PERIODIC_LOG_STATS": True -> set to {"enabled": True}
|
||||
|
|
|
|||
Loading…
Reference in New Issue