mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-24 09:18:11 +08:00
Fixes typo
This commit is contained in:
@@ -54,7 +54,7 @@ def test_custom():
|
||||
broker = get_broker()
|
||||
assert broker.ping() is True
|
||||
assert broker.info() is not None
|
||||
assert broker.__class__.__name == 'Redis'
|
||||
assert broker.__class__.__name__ == 'Redis'
|
||||
Conf.BROKER = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user