Обновить tests/test_dispatcher.py
Тест / Tester (push) Failing after 2s

This commit is contained in:
2026-04-24 23:03:33 +03:00
parent 126ed0503d
commit 2f6b8d4968
+1 -1
View File
@@ -25,7 +25,7 @@ class TestDispatcher(unittest.TestCase):
'param2': 'value2',
'param3': 'value3'
}
dispatcher.register('name', comparator, action)
dispatcher.register('name', comparator1, action)
method = dispatcher(params)
result = method(params)
self.assertEqual(result, 'value')