Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Oct 1, 2024
1 parent b366b2d commit 82066d1
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 @@ -969,7 +969,7 @@ def test_daemon_run_smartswitch():
# Supervisor ModuleUpdater
module_updater = SmartSwitchModuleUpdater(SYSLOG_IDENTIFIER, chassis)
module_updater.module_db_update()
sup_module_updater.modules_num_update()
module_updater.modules_num_update()

daemon_chassisd = ChassisdDaemon(SYSLOG_IDENTIFIER)
daemon_chassisd.stop = MagicMock()
Expand Down

0 comments on commit 82066d1

Please sign in to comment.