Skip to content

Commit dae2b33

Browse files
committed
Merge pull request pythonprobr#13 from GuidoBR/patch-1
Melhorando a descrição do teste
2 parents 3d29f0a + df5687f commit dae2b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testes/atores_testes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def teste_ator_posicao(self):
4646
def teste_colisao_entre_atores_ativos(self):
4747
"""
4848
Teste de colisão entre dois atores
49-
Incialmente atores possuem status ATIVO. Ao se chocarem, ele muda para Destruído
49+
Inicialmente atores possuem status ATIVO. Ao se chocarem, ele muda para DESTRUIDO
5050
A função assert_colisao_atores_ativos testa justamente se dois atore ativos se chocam quando estão em posições
5151
vizinhas.
5252
"""

0 commit comments

Comments
 (0)