ae2758a44f
update code and fix errors
4 lines
92 B
Python
4 lines
92 B
Python
def test_hello_world():
|
|
assert "hello_world" == "hello_world"
|
|
assert "foo" != "bar"
|