Skip to content

Commit

Permalink
style check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed May 31, 2024
1 parent 969902b commit f3b14ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyterlab_nvdashboard/tests/test_cpu_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def handler_args():
mock_application.settings = mock_settings
yield mock_application, mock_request


def test_cpu_resource_handler(mock_handler, handler_args):
handler = CPUResourceWebSocketHandler(*handler_args)
handler.send_data()
Expand Down

0 comments on commit f3b14ee

Please sign in to comment.