change implementation of fn1, now returns 43 instead of 42 (for testing)
This commit is contained in:
parent
fe1e076f53
commit
15ad9472c2
@ -1,2 +1,2 @@
|
|||||||
def fn1():
|
def fn1():
|
||||||
return 42
|
return 43
|
||||||
|
Loading…
Reference in New Issue
Block a user