Skip to content

Commit

Permalink
Working on coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Nov 14, 2024
1 parent f7ed036 commit 9c77535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-chassisd/tests/test_chassisd.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def test_module_db_update_offline_transition():
patch.object(module_updater, "log_notice") as mock_log_notice:

# Call the function with parameters that should trigger the 'offline' transition
module_updater.module_db_update(module_index, key, prev_status, module_info_dict)
module_updater.module_db_update(index, key, prev_status, module_info_dict)


def test_platform_json_file_exists_and_valid():
Expand Down

0 comments on commit 9c77535

Please sign in to comment.