diff --git a/test_sample.py b/test_sample.py index d5084e3..7fe89cd 100644 --- a/test_sample.py +++ b/test_sample.py @@ -4,4 +4,7 @@ def func(x): return x + 2 def test_success(): - assert func(3) == 5 \ No newline at end of file + assert func(3) == 5 + +def test_success(): + assert func(32) == 5 \ No newline at end of file