summaryrefslogtreecommitdiffstats
path: root/tests/test_expanded.py
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-06-21 00:03:43 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-06-21 00:03:43 -0700
commit7c6c56de6b72924818d187f1f4ff04f154619a86 (patch)
tree54aed82ccd26304bb71d2b4fa05b51f39ecf895d /tests/test_expanded.py
parent6b4ec9829a1954f19f84e1b1cd10dd1b39d2bb89 (diff)
Fix the failing tests for expanded output.
Diffstat (limited to 'tests/test_expanded.py')
-rw-r--r--tests/test_expanded.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_expanded.py b/tests/test_expanded.py
index 6f2c6591..4025dfa4 100644
--- a/tests/test_expanded.py
+++ b/tests/test_expanded.py
@@ -4,10 +4,10 @@ import pytest
def test_expanded_table_renders():
input = [("hello", 123),("world", 456)]
- expected = """-[ RECORD 0 ]
+ expected = """-[ RECORD 0 ]-------------------------
name | hello
age | 123
--[ RECORD 1 ]
+-[ RECORD 1 ]-------------------------
name | world
age | 456
"""