Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit fa7b30c

Browse files
Sentinentsamuelhwilliams
authored andcommitted
typo: "default eel routes" -> "custom routes"
1 parent ff5a7ef commit fa7b30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_10_custom_app(driver: webdriver.Remote):
7171
# so we just test if we can get our page title
7272
assert driver.title == 'Hello, World!'
7373

74-
# test default eel routes are working
74+
# test custom routes are working
7575
with get_eel_server('examples/10 - custom_app_routes/custom_app.py', 'custom') as eel_url:
7676
driver.get(eel_url)
77-
assert 'Hello, World!' in driver.page_source
77+
assert 'Hello, World!' in driver.page_source

0 commit comments

Comments
 (0)