mirror of
https://github.com/certbot/certbot.git
synced 2026-04-09 11:08:43 -04:00
Update test for fancier semantics
This commit is contained in:
parent
ef31a837f7
commit
e2fd1369f3
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ class TestUnspacedList(unittest.TestCase):
|
|||
self.assertEqual(ul3.spaced, self.a + self.b)
|
||||
self.assertEqual(self.ul.spaced, self.a)
|
||||
ul3 = self.ul + self.l2
|
||||
self.assertEqual(ul3, ["things", "quirk", "y", " "])
|
||||
self.assertEqual(ul3, ["things", "quirk", "y"])
|
||||
self.assertEqual(ul3.spaced, self.a + self.b)
|
||||
|
||||
def test_extend(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue