Skip to content

Commit bd336fe

Browse files
authored
Update unit_test_1.py
1 parent f61d684 commit bd336fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_test_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from calculator import add, subtract, multiply, divide
2+
from Calculator import add, subtract, multiply, divide
33

44
class TestCalculator(unittest.TestCase):
55

0 commit comments

Comments
 (0)