Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zmm committed Jun 25, 2024
1 parent 8543ce8 commit 8e2b2d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_start_command(app_and_username):
assert msg.text == 'Спасибо! Ты можешь изменить обращение в любой момент командой /change_pronoun'
sleep(1)
msg = app.get_messages(username, msg.id + 1)
assert msg.text == 'Спасибо! Ты можешь изменить обращение в любой момент командой /change_mode'
assert msg.text == 'Спасибо! Ты можешь изменить способ общения в любой момент командой /change_mode'
sleep(1)
msg = app.get_messages(username, msg.id + 1)
assert msg.text == ('Сейчас немного расскажу, как будет устроено наше взаимодействие. Данное приложение '
Expand Down
Empty file modified tests/test_script.sh
100644 → 100755
Empty file.

0 comments on commit 8e2b2d1

Please sign in to comment.