Skip to content

Commit

Permalink
Removed the extra blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Dec 10, 2024
1 parent 9b98d04 commit f3737d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sonic-chassisd/tests/test_chassisd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,6 @@ def test_daemon_run_linecard():
daemon_chassisd.stop.wait.return_value = True
daemon_chassisd.run()


def test_chassis_db_cleanup():
chassis = MockChassis()

Expand Down Expand Up @@ -1467,4 +1466,3 @@ def test_chassis_db_bootup_with_empty_slot():
fvs = dict(fvs[-1])
assert status == fvs[CHASSIS_MODULE_INFO_OPERSTATUS_FIELD]
assert down_module_lc1_key in sup_module_updater.down_modules.keys()

0 comments on commit f3737d7

Please sign in to comment.