From 73561e57831130e3d302ea7129d97ea0bcc1450f Mon Sep 17 00:00:00 2001 From: Arthur Iperoyg Date: Tue, 16 Aug 2022 19:24:41 -0300 Subject: [PATCH] =?UTF-8?q?isso=20=C3=A9=20um=20teste=20para=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_JustSomeMath.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_JustSomeMath.py b/test/test_JustSomeMath.py index d2e5974..ac66983 100644 --- a/test/test_JustSomeMath.py +++ b/test/test_JustSomeMath.py @@ -8,6 +8,7 @@ def test1(self): complexop = JustSomeMath() number = 1 + # Act result = complexop.operate(number)