From 2f6b8d49680d50e2a569bb8c31f591ae0e49e472 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Fri, 24 Apr 2026 23:03:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20tests/test=5Fdispatcher.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_dispatcher.py b/tests/test_dispatcher.py index eb45a53..01de34f 100644 --- a/tests/test_dispatcher.py +++ b/tests/test_dispatcher.py @@ -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')