Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update tests.py
  • Loading branch information
aabed authored Dec 27, 2017
commit 9b3652756d4f92e17c35bc783faa9ce4dba54ef3
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class TestMethods(unittest.TestCase):
def test_add(self):
self.assertEqual(awesome.smile(), ":)")

self.assertEqual(awesome.frown(), ":(")

if __name__ == '__main__':
unittest.main()