Skip to content

Commit 9503a13

Browse files
authored
Update tests.py
1 parent eed70c3 commit 9503a13

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
@@ -7,7 +7,7 @@ class TestMethods(unittest.TestCase):
77
def test_smile(self):
88
self.assertEqual(awesome.smile(), ":)")
99

10-
def test_frown(self):
10+
def test_frowny(self):
1111
self.assertEqual(awesome.frown(), ":(")
1212

1313

0 commit comments

Comments
 (0)