d660b02
1
2
3
4
5
def test_unit_example() -> None: string = "unit_test_example" assert string == "unit_test_example"