Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 25, 2021
1 parent c5e26a8 commit c1cfe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/tests/layout/test_accordion.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_accordion_active(document, comm, accordion):


def test_accordion_set_card_collapsed(document, comm, accordion):
model = accordion.get_root(document, comm=comm)
accordion.get_root(document, comm=comm)

c1, c2 = accordion._panels.values()

Expand Down

0 comments on commit c1cfe35

Please sign in to comment.