5 lines
96 B
Python
5 lines
96 B
Python
from watt42_common import fn1
|
|
|
|
def test_dummy():
|
|
assert fn1() == 42, "fn1 should return 42"
|