2 lines
45 B
Python
2 lines
45 B
Python
def test_hello_world():
|
|
assert 1 + 1 == 2 |
def test_hello_world():
|
|
assert 1 + 1 == 2 |