Skip to content

Commit

Permalink
do some hardcoded template tests without multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
gmischler committed Sep 21, 2021
1 parent fa62a8d commit f1d7802
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/template/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_template_nominal_hardcoded(tmp_path):
"align": "I",
"text": "logo",
"priority": 2,
"multiline": 0,
},
{
"name": "company_name",
Expand All @@ -46,7 +45,7 @@ def test_template_nominal_hardcoded(tmp_path):
"align": "I",
"text": "",
"priority": 2,
"multiline": 0,
# multiline is optional, so we test some items without it.
},
{
"name": "multline_text",
Expand Down

0 comments on commit f1d7802

Please sign in to comment.