Spaces:
Running
Running
File size: 92 Bytes
adbf50c |
1 2 3 4 5 6 |
from blueprint.hello import hello
def test_hello():
assert hello() == "Hello, world!"
|