Skip to content

Commit

Permalink
we have to add len definition to the test now
Browse files Browse the repository at this point in the history
  • Loading branch information
dours committed May 24, 2022
1 parent 3d8ce49 commit 4b22900
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
enabled: False
enabled: True
python: |
def test():
def len(list): return list.length()
list = [1,2, 3]
return len(list) == 3

0 comments on commit 4b22900

Please sign in to comment.