3 lines
79 B
Python
3 lines
79 B
Python
def test_first():
|
|
"""An initial test for the app."""
|
|
assert 1 + 1 == 2
|