Skip to content

Commit

Permalink
Update test_main.py
Browse files Browse the repository at this point in the history
cameronmore committed Dec 16, 2024
1 parent 96029c4 commit c549cef
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
@@ -1,4 +1,4 @@
from statsy import summation
from src import summation

def simple_test_summation():
assert summation(i=None,range=None,expression=lambda x: x*2,data=[[1,2,3]]) == 12

0 comments on commit c549cef

Please sign in to comment.