Skip to content

Commit

Permalink
update testcases
Browse files Browse the repository at this point in the history
Signed-off-by: Arham-Nasir <[email protected]>
  • Loading branch information
Arham-Nasir committed Nov 11, 2024
1 parent 8ca20ae commit 7daab75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hostcfgd/hostcfgd_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def test_banner_message(self, mock_run_cmd):
mock_run_cmd.assert_has_calls([call(['systemctl', 'restart', 'banner-config'], True, True)])


class TestMemoryStatisticsCfgd:
class TestMemoryStatisticsCfgd(TestCase):
"""
Test MemoryStatisticsCfg functionalities.
"""
Expand Down

0 comments on commit 7daab75

Please sign in to comment.