Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit df5687f

Browse files
committed
Melhorando a descrição do teste
- Arrumando digitação - Mudando status para maiusculo
1 parent 0e6a7e4 commit df5687f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testes/atores_testes.py

Lines changed: 2 additions & 2 deletions
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
"""
@@ -755,4 +755,4 @@ def assert_posicao_vertical(self, y, tempo, passaro):
755755

756756
if __name__=='__main__':
757757
teste= AtorTestes()
758-
teste.teste_colisao_entre_atores_ativos()
758+
teste.teste_colisao_entre_atores_ativos()

0 commit comments

Comments
 (0)