Skip to content

Commit

Permalink
Fix table test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 9, 2021
1 parent 16509bf commit 37da0c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion panel/tests/widgets/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,8 @@ def test_tabulator_dataframe_replace_data(document, comm):
assert c3.field == 'C_l0_g1'
assert model.configuration == {
'columns': [{'field': 'R0'}, {'field': 'C_l0_g0'}, {'field': 'C_l0_g1'}],
'selectable': True
'selectable': True,
'dataTree': False
}
expected = {
'C_l0_g0': np.array(['R0C0', 'R1C0'], dtype=object),
Expand Down

0 comments on commit 37da0c8

Please sign in to comment.