Skip to content

Commit c2c2d98

Browse files
edit for learn exercise AdaGold#4.
1 parent c77ae44 commit c2c2d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def always_returns_true():
5-
return False
5+
return True
66

77

88
def test_always_returns_true():

0 commit comments

Comments
 (0)