Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Feb 9, 2024
1 parent 3354348 commit 11893d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/test_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_multi_select_static() -> None:

def test_multi_select_static_invalid_option() -> None:
with pytest.raises(InvalidUsageError):
multi_select_static = StaticMultiSelectMenu(
StaticMultiSelectMenu(
action_id="multi_static_select",
placeholder=Text("Select one or more", type_=TextType.PLAINTEXT),
options=TWO_OPTIONS
Expand Down Expand Up @@ -236,7 +236,7 @@ def test_select_menu_static() -> None:

def test_select_menu_static_invalid_option() -> None:
with pytest.raises(InvalidUsageError):
select_menu_static = StaticSelectMenu(
StaticSelectMenu(
action_id="static_select",
placeholder="Select one item",
options=THREE_OPTIONS
Expand Down

0 comments on commit 11893d1

Please sign in to comment.