Spaces:
Runtime error
Runtime error
File size: 129 Bytes
a22e84b |
1 2 3 4 5 |
def test_integration_example() -> None:
string = "integration_test_example"
assert string == "integration_test_example"
|