Skip to content

Commit 7c7ff74

Browse files
authored
Fix syntax error in test_add method
1 parent 9c887fd commit 7c7ff74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class TestMethods(unittest.TestCase):
5-
def test_add(self
5+
def test_add(self):
66
self.assertEqual(awesome.smile(), ":)")
77

88

0 commit comments

Comments
 (0)