Skip to content

Commit

Permalink
Update test_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmore committed Dec 16, 2024
1 parent 3c68cb2 commit 8177a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def test_simple_summation():

def test_complex_summation():
value = summation(i=2,range=2,expression=lambda y, x, r: x*y*r,data=[[1,2,3],[4,5,6],[2,2,2]])
assert value == 56
assert value == 57


#def test_dummy():
Expand Down

0 comments on commit 8177a26

Please sign in to comment.