blob: fcbf67b536e1490c74ad56863025ce21af9aa971 [file] [log] [blame]
from limited import hello
def test_hello():
assert hello() == "hello world"
test_hello()