Skip to content

Commit

Permalink
Merge pull request #120 from tozech/patch-1
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
wolever authored Mar 2, 2023
2 parents c59f15d + cafb7ed commit 8e29f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class is a subclass of ``unittest.TestCase``):
class AddTestCase(unittest.TestCase):
@parameterized.expand([
("2 and 3", 2, 3, 5),
("3 and 5", 2, 3, 5),
("3 and 5", 3, 5, 8),
])
def test_add(self, _, a, b, expected):
assert_equal(a + b, expected)
Expand Down

0 comments on commit 8e29f4a

Please sign in to comment.