8000 Update Tabulator version and improve visibility handling by philippjfr · Pull Request #5182 · holoviz/panel · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test
  • Loading branch information
philippjfr committed Jun 29, 2023
commit e33536a79f48c36d7aaff3bfc0d1475fa7f88d94
2 changes: 1 addition & 1 deletion panel/tests/io/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_resources_model_server(document):
'static/extensions/panel/bundled/datatabulator/luxon/build/global/luxon.min.js',
]
assert resources.css_files == [
'static/extensions/panel/bundled/datatabulator/tabulator-tables@5.55.0/dist/css/tabulator_simple.min.css'
'static/extensions/panel/bundled/datatabulator/tabulator-tables@5.5.0/dist/css/tabulator_simple.min.css'
]

def test_resources_model_cdn(document):
Expand Down
0