Skip to content

Commit

Permalink
removing unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Stubatiger committed Aug 27, 2021
1 parent 1219fb1 commit c17ee74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/tests/widgets/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def test_none_table(document, comm):
assert model.source.data == {}


def test_tabulator_selected_dataframe(dataframe):
def test_tabulator_selected_dataframe():
df = makeMixedDataFrame()
table = Tabulator(df, selection=[0, 2])

Expand Down

0 comments on commit c17ee74

Please sign in to comment.