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 558136e commit 3768fbf
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.statsy import summation

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

0 comments on commit 3768fbf

Please sign in to comment.