Skip to content

Commit

Permalink
Passed test
Browse files Browse the repository at this point in the history
  • Loading branch information
the1bit committed Apr 29, 2024
1 parent d9ea193 commit fb0ad5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kod4/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ def test_increment_and_add():
at = AppTest.from_file("app.py").run()
at.number_input[0].increment().run()
at.button[0].click().run()
assert at.markdown[1].value == "Számláló: 2"
assert at.markdown[1].value == "Számláló: 1"

0 comments on commit fb0ad5e

Please sign in to comment.