Browse Source

Fix tests.

pull/109/head
Pēteris Caune 8 years ago
parent
commit
e524ea3db7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/front/tests/test_add_pd.py

+ 1
- 1
hc/front/tests/test_add_pd.py View File

@ -20,7 +20,7 @@ class AddPdTestCase(BaseTestCase):
c = Channel.objects.get()
self.assertEqual(c.kind, "pd")
self.assertEqual(c.value, "123456")
self.assertEqual(c.value, "12345678901234567890123456789012")
def test_it_trims_whitespace(self):
form = {"value": " 123456 "}


Loading…
Cancel
Save