Skip to content

Commit 940fb94

Browse files
authored
Renamed test class to suit its purpose
1 parent f75d8fe commit 940fb94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testSplit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sys.path.append("../src")
55
from groupsplit import split
66

7-
class APIInterfaceTests(unittest.TestCase):
7+
class UtilsTests(unittest.TestCase):
88
def test_splits(self):
99
cases = [
1010
{"amount": "1.00", "ppl": 2, "expect": ("0.50","0.00")},

0 commit comments

Comments
 (0)