Skip to content

Commit

Permalink
pequena correcao
Browse files Browse the repository at this point in the history
  • Loading branch information
the-akira committed Aug 15, 2019
1 parent f63a739 commit 4201091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Capitulos/20.ErrosExceções.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Salvamos o arquivo como `operacoes.py` e agora vamos criar nosso arquivo de test

```python
import unittest
import calc
import operacoes

class TestCalc(unittest.TestCase):
def test_adicao(self):
Expand Down

0 comments on commit 4201091

Please sign in to comment.