Skip to content

Commit 204d5bd

Browse files
author
Steve Peak
authored
Update tests.py
1 parent ca27c05 commit 204d5bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
class TestMethods(unittest.TestCase):
77
def test_add(self):
88
self.assertEqual(awesome.smile(), ":)")
9-
10-
def test_frown(self):
11-
self.assertEqual(awesome.frown(), ":(")
129

1310

1411
if __name__ == '__main__':

0 commit comments

Comments
 (0)