Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
liiight committed Aug 3, 2016
1 parent bff160e commit 8dc71cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_all_tables_e2e/test_porcelain_table.py
Expand Up @@ -24,7 +24,7 @@ def test_single_line():
' Tomato | red | fruit \n'
' Lettuce | green | vegetable \n'
' Watermelon | green | '
)
)
assert actual == expected


Expand All @@ -47,7 +47,6 @@ def test_multi_line():
)
assert actual == expected


# Justify right.
table.justify_columns = {1: 'right'}
actual = table.table
Expand Down

0 comments on commit 8dc71cc

Please sign in to comment.