diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-05 15:40:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-05 16:33:57 +0100 |
commit | 6c9a0ba41536ebbb52cd6075c580b1e0b1336050 (patch) | |
tree | 3288a95dbfb19b584defabd879b1f494115a926f | |
parent | Make test_preview use unicode strings (diff) | |
download | synapse-6c9a0ba41536ebbb52cd6075c580b1e0b1336050.tar.xz |
test_preview: Fix incorrect wrapping
The old test expected an incorrect wrapping due to the preview function not using unicode properly, so it got the wrong length. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | tests/test_preview.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_preview.py b/tests/test_preview.py |