Skip to content

Commit

Permalink
Typos fixed in multiple files (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeshPyakurel authored Oct 31, 2023
1 parent 929b76a commit 5e2ce46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def test_initialize_with_custom_admin_dashboard(


def test_initialize_admin_dashboard_with_view_overrides(test_model):
"""Test setting the admin dashboard of an app with view class overriden.
"""Test setting the admin dashboard of an app with view class overridden.
Args:
test_model: The default model.
Expand Down
4 changes: 2 additions & 2 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_event_namespace(mocker, kwargs, expected):
"frontend_port": 3001,
},
),
# Ports set in environment take precendence
# Ports set in environment take precedence
(
{"backend_port": 8001, "frontend_port": 3001},
{"BACKEND_PORT": 8002},
Expand All @@ -151,7 +151,7 @@ def test_event_namespace(mocker, kwargs, expected):
"frontend_port": 3001,
},
),
# Ports set on the command line take precendence
# Ports set on the command line take precedence
(
{"backend_port": 8001, "frontend_port": 3001},
{"BACKEND_PORT": 8002},
Expand Down

0 comments on commit 5e2ce46

Please sign in to comment.