mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
fix
This commit is contained in:
@@ -6,9 +6,6 @@ import unittest
|
|||||||
|
|
||||||
|
|
||||||
class TestRouter(unittest.TestCase):
|
class TestRouter(unittest.TestCase):
|
||||||
def test_get_router_name(self):
|
|
||||||
self.assertEqual(Router(name='test name').get_name(), 'test name')
|
|
||||||
|
|
||||||
def test_get_router_title(self):
|
def test_get_router_title(self):
|
||||||
self.assertEqual(Router(title='test title').get_title(), 'test title')
|
self.assertEqual(Router(title='test title').get_title(), 'test title')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user