Skip to content

Commit 9282733

Browse files
committed
fix comment typos
1 parent f892b62 commit 9282733

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/intergration/test_convex_break.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ def test_convex_recursion(convex, test_account):
5454
convex.query('(call chain-0 (get))', test_account)
5555

5656
def test_schedule_transfer(convex, test_account, other_account):
57-
# you cannot send coins to
58-
# an actor , if it exports the receive-coin function:
57+
# you can send coins to an actor , if it exports the receive-coin function
5958

6059
contract = """
6160
(def transfer-for-ever

0 commit comments

Comments
 (0)