Skip to content

Commit

Permalink
resolving errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Sep 11, 2024
1 parent a45a57a commit 77120ce
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 @@ -294,7 +294,7 @@ def test_dns_events(self):
pass
mocked_run_cmd.assert_has_calls([call(['systemctl', 'restart', 'resolv-config'], True, False)])

def test_memory_statistics_event(self):
def test_memory_statistics_event(self):
HOSTCFG_DAEMON_CFG_DB = {
'MEMORY_STATISTICS': {
'config': {
Expand Down

0 comments on commit 77120ce

Please sign in to comment.