Skip to content

Commit

Permalink
fix: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CBROWN-ONS committed Aug 11, 2023
1 parent a439273 commit e95a87d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/gtfs/report/test_report_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def test_init(self, template_fixture):
<body>
<div>[test_placeholder] Tester [test_placeholder]</div>
</body>"""
</body>
"""
assert (
expected_template == template_fixture.get_template()
), "Test template not as expected"
Expand All @@ -58,7 +59,8 @@ def test_insert_on_pass(self, template_fixture):
<body>
<div>test_value Tester test_value</div>
</body>"""
</body>
"""
template_fixture.insert(
placeholder="test_placeholder",
value="test_value",
Expand Down

0 comments on commit e95a87d

Please sign in to comment.