Skip to content

Commit

Permalink
Rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiche committed Jul 18, 2024
1 parent de1261a commit 1ca9340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_monkeytype.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def finder():
yield finder


def test_find(finder: FinderPage):
def test_typespeed(finder: FinderPage):
finder.open("https://monkeytype.com")

input_container = finder.find("#wordsInput")
Expand Down

0 comments on commit 1ca9340

Please sign in to comment.