Skip to content

Commit fb9eaca

Browse files
author
Riley Priddle
committed
fixed test minimum req
1 parent 90afde6 commit fb9eaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_module1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class TestSimple(unittest.TestCase):
55

66
def test_add(self):
7-
self.assertEqual(((5) + (6)).value, 11)
7+
self.assertEqual(5 + 6, 11)
88

99

1010
if __name__ == '__main__':

0 commit comments

Comments
 (0)