4 lines
57 B
Python
4 lines
57 B
Python
|
def test_bot():
|
||
|
# placeholder test
|
||
|
assert 1 + 1 == 2
|