Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 554a534

Browse files
committed
Merge pull request pythonprobr#15 from GuidoBR/patch-3
Melhoria no nome do teste
2 parents dae2b33 + 63a4981 commit 554a534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testes/atores_testes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def teste_colisao_entre_atores_ativos_com_intervalo(self):
6666
# Com intervalo 2, diferente do padrão 1, essa colisão deveria acontecer
6767
self.assert_colisao_atores_ativos(Ator(2, 2), Ator(2, 4), 2)
6868

69-
def teste_nao_colisao_entre_atores_ativos(self):
69+
def teste_nao_colisao_entre_atores_distantes(self):
7070
'Teste de que não há colisão entre atores distantes'
7171
self.assert_nao_colisao(Ator(2, 2), Ator(2, 4))
7272
self.assert_nao_colisao(Ator(2, 2), Ator(3, 4))

0 commit comments

Comments
 (0)