Skip to content

Commit

Permalink
temp fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed May 22, 2024
1 parent baa934c commit 7448ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_example.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_transform_execution_with_optional_input() -> None:
"""Test Lifetime with optional input"""
result = Lifetime(start_date="2000-05-22").transform(inputs=[])
for item in result:
assert item == "23"
assert item == "24"


def test_transform_execution_with_inputs() -> None:
Expand Down

0 comments on commit 7448ddb

Please sign in to comment.