check #196
GitHub Actions / JUnit Test Report
failed
May 22, 2024 in 0s
6 tests run, 5 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 63 in cmem-plugin-awesome/.mypy_cache/3.11/tests/test_example.data.json
github-actions / JUnit Test Report
test_example.test_transform_execution_with_optional_input
AssertionError: assert '24' == '23'
- 23
+ 24
Raw output
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"
E AssertionError: assert '24' == '23'
E - 23
E + 24
tests/test_example.py:63: AssertionError
Loading